Advertisement
Guest User

Untitled

a guest
Dec 7th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en-US">
  3. <head>
  4. <title>w1se.cc</title>
  5. <link rel = "icon" type="image/ico" href ="images/logo/diamond_logo.png">
  6. </head>
  7.  
  8. <body>
  9. <style>
  10. body {
  11. background-color: black;
  12. -webkit-user-select: none; /* Chrome/Safari */
  13. -moz-user-select: none; /* Firefox */
  14. -ms-user-select: none; /* IE10+ */
  15.  
  16. /* Rules below not implemented in browsers yet */
  17. -o-user-select: none;
  18. user-select: none;
  19. }
  20. p {
  21. color: gray;
  22. font-family:Verdana;
  23. font-size: 26px;
  24. letter-spacing: 5px;
  25. line-height: 2;
  26. position: absolute;
  27. height: 6.25em;
  28. top: 50%;
  29. left: 50%;
  30. margin-right: -50%;
  31. transform: translate(-45%, -50%)
  32. }
  33. </style>
  34.  
  35. <center><p>w1se.cc<br>forum | discord | media</p></center>
  36. </body>
  37. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement