Snorleo

Startpage #1

Oct 22nd, 2017
3,055
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1.  
  2.  
  3. <!DOCTYPE html>
  4.  
  5. <html>
  6. <head>
  7. <title>~</title>
  8. <style type="text/css">
  9.  
  10.  
  11.  
  12. body { background-color: #17181A; font-family: "Roboto"; }
  13. @-moz-keyframes fadein { /* Fade animation */
  14. from { opacity: 0; }
  15. to { opacity: 1; }
  16. }
  17. .container {
  18. display: flex;
  19. justify-content: center;
  20. }
  21. .content-box {
  22. margin-top: 20px;
  23. background-color: #fff;
  24. flex: 1;
  25. max-width: 50%;
  26. box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  27. }
  28. @media screen and (max-width: 1000px) {
  29. .content-box { max-width: 80%; }
  30. }
  31. .image-box {
  32. background: url(img/pixels9.gif) no-repeat;
  33. -webkit-background-size: cover;
  34. -moz-background-size: cover;
  35. -o-background-size: cover;
  36. background-size: cover;
  37. background-position: bottom;
  38. padding: 270px 0 100px 10px;
  39. height: 100px;
  40. display: flex;
  41. align-items: flex-end;
  42. -moz-animation: fadein 1s;
  43. border-bottom: 2px solid #673AB7;
  44.  
  45. }
  46. .image-box h1 { margin: 0px; color: #fff !important }
  47. .content-box h1, h2, h3, h4, h5 { color: #222 }
  48. .content-box h2 { margin-bottom: 5px;) }
  49. .content-box a {
  50. display: inline-block;
  51. border-bottom: 2px solid transparent;
  52. text-decoration: none;
  53. color: #222;
  54. transition: 0.2s;
  55. margin-right: 10px;
  56. line-height: 1.5;
  57. }
  58. .content-box a:hover { border-bottom: 2px solid #673AB7; }
  59. .link-container { padding: 20px; padding-top: 0; }
  60. </style>
  61. <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
  62. </head>
  63. <body>
  64.  
  65. <div class="container">
  66. <div class="content-box">
  67. <div class="image-box">
  68.  
  69. </div>
  70. <div class="link-container">
  71. <h2>Home</h2>
  72. <a href="https://www.youtube.com">YouTube</a>
  73. <a href="https://google.co.uk">Google</a>
  74. <a href="https://store.steampowered.com/login/">Steam</a>
  75. <a href="https://discordapp.com/login">Discord</a>
  76. <a href="https://twitter.com">Twitter</a>
  77. <a href="https://inbox.google.com/">Inbox</a>
  78. <a href="https://tumblr.com">Tumblr</a>
  79. <a href="https://facebook.com">Facebook</a>
  80.  
  81. <h2>Other</h2>
  82. <a href="http://edenofthewest.com/">Eden</a>
  83. <a href="https://mail.cock.li/?_task=mail&_mbox=INBOX">Mail</a>
  84. <a href="https://www.last.fm/home">Last.fm</a>
  85. <a href="https://4chan.org">Forums</a>
  86. <h2>Useful</h2>
  87. <a href="http://palettegenerator.com/">Pal</a>
  88. <a href="https://pixabay.com/">Imgs</a>
  89. <a href="https://pastebin.com/ZJvDn0eN">Hmpg</a>
  90. <a href="https://www.themebeta.com/chrome-theme-creator-online.html">Thm</a>
  91. <a href="https://pokemondb.net/type">Pkmn</a>
  92. <a href="http://0x16.cf/comfy-sounds/">Cmfy</a>
  93. <h2>Watch/Read</h2>
  94. <a href="https://bato.to/reader#cd26210f472a0463">Stone Ocean</a>
  95. <a href="https://netflix.com">Netflix</a>
  96. <a href="http://hulu.com">Hulu</a>
  97. <a href="https://twitch.tv">Twitch</a>
  98. <a href="http://nyaa.si">Nyaa</a>
  99.  
  100.  
  101. </div>
  102. </div>
  103.  
  104. </div>
  105. </body>
  106. </html>
Advertisement
Add Comment
Please, Sign In to add comment