Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title>Wall of Shame</title>
- <style>
- /* Add some style to make the website look modern and beautiful */
- body {
- font-family: Arial, sans-serif;
- background-color: #f4f4f4;
- color: #333333;
- text-align: center;
- }
- .container {
- max-width: 800px;
- margin: 0 auto;
- padding: 20px;
- }
- img {
- width: 250px;
- height: 250px;
- border-radius: 50%;
- border: 10px solid #ffb3b3;
- display: inline-block;
- vertical-align: middle;
- }
- h1 {
- font-size: 32px;
- margin-top: 20px;
- margin-bottom: 10px;
- text-transform: uppercase;
- letter-spacing: 2px;
- color: #ff3333;
- }
- /* Style the clickable text */
- .clickable {
- color: #0000ff;
- cursor: pointer;
- text-decoration: underline;
- }
- /* Highlight the text when the mouse is hovered over it */
- .clickable:hover {
- background-color: #ffb3b3;
- }
- </style>
- </head>
- <body>
- <div class="container">
- <!-- Display the big modern and red text above the image -->
- <h1 style="font-size: 64px; color: #ff0000">Clan Elite</h1>
- <!-- Display the soldier images -->
- <img src="http://cdn.battlelog.com/bl-cdn/cdnprefix/3422397/public/profile/bf3/soldier/l/bf3-ru-assault.png" alt="Banned player - left">
- <img src="http://cdn.battlelog.com/bl-cdn/cdnprefix/3422397/public/profile/bf3/soldier/l/bf3-ru-assault.png" alt="Banned player - middle">
- <img src="http://cdn.battlelog.com/bl-cdn/cdnprefix/3422397/public/profile/bf3/soldier/l/bf3-ru-assault.png" alt="Banned player - right">
- <!-- Display the text mocking the banned player -->
- <h1>Conta desativada!!</h1>
- <!-- Make the text clickable and redirect to the specified URL when clicked, and highlight it when the mouse is hovered over it -->
- <p>Que pena 😞 <span class="clickable" onclick="window.location.href='https://www.youtube.com/watch?v=dQw4w9WgXcQ'">(Clique aqui para ativá-la novamente)</span>.</p>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement