Advertisement
MasterFloat

html

Feb 13th, 2015
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <style>
  5. .intro-img {
  6. background:url(http://i.imgur.com/pH1wwzA.jpg?1) no-repeat;
  7. background-position: center;
  8. background-size: 800px;
  9. background-color: #101227;
  10. }
  11.  
  12. .intro-text {
  13. text-shadow: 1px 1px 5px black;
  14. font-family: Futura,"Trebuchet MS",Arial,sans-serif;
  15. }
  16.  
  17. .intro-btn {
  18. background:rgba(255, 255, 255, 0.05);
  19. color: #FFF;
  20. border: none;
  21. padding-top: 6px;
  22. padding-bottom: 6px;
  23. padding-right: 8px;
  24. padding-left: 8px;
  25. font-family: sans-serif;
  26.  
  27. }
  28.  
  29. .intro-btn:hover {
  30. background:rgba(158, 208, 255, 0.15);
  31. color: #FFF;
  32. border: none;
  33. padding-top: 6px;
  34. padding-bottom: 6px;
  35. padding-right: 8px;
  36. padding-left: 8px;
  37. font-family: sans-serif;
  38.  
  39. }
  40.  
  41. .invisible-text {
  42. opacity: 0;
  43. }
  44.  
  45. .blink-text {
  46. text-decoration: blink;
  47. }
  48.  
  49. .blink-text:hover {
  50. text-decoration: none;
  51. }
  52. </style>
  53. </head>
  54. <body>
  55. <table width="100%" class="intro-img"><tr><td><center><img src="http://images.cooltext.com/4111548.png" width="341" height="73" alt="Welcome to Aqua" /></center><center><font color="#FFF" class="intro-text" id="blink-text"><b><u>We are an OM based server</u>!</b></font></center><br><center><font color="#FFF" class="intro-text"><small>Any questions you have can be answered by a staff member (+, <b>%</b>, <b>@</b>).</small></font></center><center><font color="#FFF" class="intro-text"><small>And any <u>more important</u> questions or questions regarding the code can be asked to <i>Elder staff</i> (&amp;, <b>~</b>).</small></font></center><br><center><font color="#FFF" class="intro-text"><small><b><u>Like our server</u>?</b></small></font></center><center><font color="#FFF" class="intro-text"><small>Then invite your friends, to make our number grow, our tournaments bigger, and our chat conversations more versatile!</small></font></center><br><center><font color="#FFF" class="intro-text"><small>Any room founder that has a successful room will get a <b><u>free global voice</u></b>.</small></font></center><br><center><a href="https://plug.dj/psaqua"><button class="intro-btn" title="Aqua's Music server"><span class="invisible-text">...</span>Plug DJ<span class="invisible-text">...</span></button></a><a href="http://aquaps.weebly.com/"><button class="intro-btn" title="Aqua's Website"><span class="invisible-text">...</span>Website<span class="invisible-text">...</span></button></a><button class="intro-btn" name="send" value="/join portuguese" title="Para entrar na sala Portuguese.">Portuguese</button></center><br>
  56.  
  57.  
  58. </body>
  59. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement