Advertisement
Mdbook

mdbpi.ml

Oct 17th, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. <link href="https://fonts.googleapis.com/css?family=Ubuntu:300" rel="stylesheet">
  2. <style>
  3. body{
  4. margin:0px;
  5. padding:0px;
  6. font-family: 'Ubuntu', sans-serif;
  7. background-image:url('http://www.userlogos.org/files/backgrounds/mafi0z/fastdial.jpg');
  8. background-size:100%;
  9. color:white;
  10. }
  11. .title{
  12. font-size:200px;
  13. }
  14. .noshow{
  15. opacity:0;
  16. }
  17. .links{
  18. font-size:40px;
  19. }
  20. .noselect{
  21. user-select:none;
  22. cursor:pointer;
  23. }
  24. #links{
  25. position:absolute;
  26. bottom:40px;
  27. width:100%;
  28. }
  29. .links-title{
  30. position:absolute;
  31. width:100%;
  32. bottom:100px;
  33. font-size:50px;
  34. }
  35. </style>
  36.  
  37. <div class="title" id="title"><span class="noshow">_</span>Michael<span class="noshow">_l</span> Pi</div>
  38.  
  39.  
  40. <div class="links-title"><center>Links:</center></div>
  41.  
  42. <div id="links">
  43. <center>
  44. <div class="links">
  45. <span onclick="window.location.href='index.php';" class="noselect">Index.php</span>
  46. </div>
  47. </center>
  48. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement