Advertisement
MasterFloat

Untitled

Feb 18th, 2015
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <style>
  5. #roomintro-div {
  6. border: 1px solid black;
  7. background:url(http://fc04.deviantart.net/fs71/f/2013/323/7/0/mega_gyarados_by_dashinghero-d6uwmr9.png) no-repeat;
  8. background-color:#1486B0;
  9. background-size: 450px;
  10. width: 80%;
  11. }
  12.  
  13. .LV-button{
  14. border: 1px solid #212121;
  15. color: #FFF;
  16. background: rgba(0, 0, 0, 0.8);
  17. box-shadow: 0px 1px 0px 0px #414141 inset, 0px 2px 3px rgba(0, 0, 0, 0.4);
  18. }
  19.  
  20. .LV-button:hover {
  21. border: 1px solid #212121;
  22. color: #1D90FF;
  23. background: rgba(0, 0, 0, 0.9);
  24. box-shadow: 0px 1px 0px 0px #414141 inset, 0px 2px 3px rgba(0, 0, 0, 0.4);
  25. }
  26.  
  27. .div-intro-text {
  28. text-shadow:2px 2px 2px #000;
  29. }
  30. </style>
  31. </head>
  32. <body>
  33.  
  34. <center><div id="roomintro-div"><center><font size="4" color="#FFF" class="div-intro-text"><b><u>Welcome to Aqua</u></b></font></center><br><center><font color="#FFF" class="div-intro-text"><small>We have a lot of new OM's, feel free to battle and exploit these new OM's to your advantage!</small></font></center><font color="#FFF" class="div-intro-text"><small></small></font><center><font color="#FFF" class="div-intro-text"><small>Any room founder that has a successful room will get a <b>free global voice</b>.</small></font></center><br><center><font color="#FFF" class="div-intro-text"><small><b>Like our server?</b></small></font></center><center><font color="#FFF" class="div-intro-text"><small>Then invite your friends, to make our number grow, our tournaments bigger,</small></font></center><center><font color="#FFF" class="div-intro-text"><small>and our chat conversation subjects more versatile!</small></font></center><br><center><a href="http://aquaps.weebly.com/"><button class="LV-button">Website</button></a> <a href="https://plug.dj/psaqua"><button class="LV-button">Plug DJ</button></a><center><br></div></center>
  35.  
  36. </body>
  37. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement