Advertisement
Smokahontas

Meme Lincon Site 2

Jan 7th, 2023 (edited)
1,094
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <html>
  2. <head>
  3.   <title>Wall of Shame</title>
  4.   <style>
  5.     /* Add some style to make the website look modern and beautiful */
  6.     body {
  7.       font-family: Arial, sans-serif;
  8.       background-color: #f4f4f4;
  9.       color: #333333;
  10.       text-align: center;
  11.     }
  12.     .container {
  13.       max-width: 800px;
  14.       margin: 0 auto;
  15.       padding: 20px;
  16.     }
  17.     img {
  18.       width: 250px;
  19.       height: 250px;
  20.       border-radius: 50%;
  21.       border: 10px solid #ffb3b3;
  22.       display: inline-block;
  23.       vertical-align: middle;
  24.     }
  25.     h1 {
  26.       font-size: 32px;
  27.       margin-top: 20px;
  28.       margin-bottom: 10px;
  29.       text-transform: uppercase;
  30.       letter-spacing: 2px;
  31.       color: #ff3333;
  32.     }
  33.     /* Style the clickable text */
  34.     .clickable {
  35.       color: #0000ff;
  36.       cursor: pointer;
  37.       text-decoration: underline;
  38.     }
  39.     /* Highlight the text when the mouse is hovered over it */
  40.     .clickable:hover {
  41.       background-color: #ffb3b3;
  42.     }
  43.   </style>
  44. </head>
  45. <body>
  46.   <div class="container">
  47.     <!-- Display the big modern and red text above the image -->
  48.     <h1 style="font-size: 64px; color: #ff0000">Clan Elite</h1>
  49.     <!-- Display the soldier images -->
  50.     <img src="http://cdn.battlelog.com/bl-cdn/cdnprefix/3422397/public/profile/bf3/soldier/l/bf3-ru-assault.png" alt="Banned player - left">
  51.     <img src="http://cdn.battlelog.com/bl-cdn/cdnprefix/3422397/public/profile/bf3/soldier/l/bf3-ru-assault.png" alt="Banned player - middle">
  52.     <img src="http://cdn.battlelog.com/bl-cdn/cdnprefix/3422397/public/profile/bf3/soldier/l/bf3-ru-assault.png" alt="Banned player - right">
  53.     <!-- Display the text mocking the banned player -->
  54.     <h1>Conta desativada!!</h1>
  55.     <!-- Make the text clickable and redirect to the specified URL when clicked, and highlight it when the mouse is hovered over it -->
  56.     <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>
  57.   </div>
  58. </body>
  59. </html>
  60.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement