Guest User

CSS

a guest
Oct 29th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.01 KB | None | 0 0
  1. /* DEADEYE'S CODE STARTS HERE */
  2.  
  3. @font-face {
  4.     font-family:proxi;
  5.     src:url('../src/proxima.otf');
  6. }
  7.  
  8. body {
  9.     background-color:#000;
  10. }
  11.  
  12. .wrapper {
  13.     width:900px;
  14.     margin:0 auto;
  15. }
  16.  
  17. header {
  18.     width:100%;
  19.     height:120px;
  20.     background-color:#000;
  21. }
  22.  
  23. .baka {
  24.     width:280px;
  25.     height:120px;
  26.     margin:32px 0 0;
  27.     background-image:url(../src/img/baka.png);
  28.     float:center;
  29. }
  30.  
  31. .spotfy {
  32.     float:center;
  33.     margin-top:32px;
  34.     display:block;
  35.     height:380px;
  36. }
  37.  
  38. .nav-wrapper {
  39.     width:150px;
  40.     height:1px;
  41. }
  42.  
  43. .nav-l {
  44.     width:150px;
  45.     height:100%;
  46.     margin-top:-420px;
  47.     margin-left:155px;
  48. }
  49.  
  50. .nav-fl {
  51.     width:150px;
  52.     height:100%;
  53.     margin-left:30px;
  54. }
  55.  
  56. .nav-r {
  57.     width:150px;
  58.     height:100%;
  59.     margin-left:595px;
  60. }
  61.  
  62. .nav-fr {
  63.     width:150px;
  64.     height:100%;
  65.     margin-left:715px;
  66. }
  67.  
  68. .nav-optic {
  69.     width:111px;
  70.     height:111px;
  71.     margin:auto;
  72.     display:block;
  73.     background-image:url('../src/img/optic.png');
  74.     transition: all 100ms ease-out;
  75. }
  76.  
  77. .nav-optic:hover {
  78.     background-color:#000;
  79.     background-image:url('../src/img/optic-hover.png');
  80. }
  81.  
  82. .nav-ipt {
  83.     width:111px;
  84.     height:111px;
  85.     margin:auto;
  86.     display:block;
  87.     background-image:url('../src/img/ipt.png');
  88.     transition: all 100ms ease-out;
  89. }
  90.  
  91. .nav-ipt:hover {
  92.     background-color:#000;
  93.     background-image:url('../src/img/ipt-hover.png');
  94. }
  95.  
  96. .nav-amazon {
  97.     width:111px;
  98.     height:111px;
  99.     margin:auto;
  100.     display:block;
  101.     background-image:url('../src/img/amazon.png');
  102.     transition: all 100ms ease-out;
  103. }
  104.  
  105. .nav-amazon:hover {
  106.     background-color:#000;
  107.     background-image:url('../src/img/amazon-hover.png');
  108. }
  109.  
  110. .nav-google {
  111.     width:111px;
  112.     height:111px;
  113.     margin:auto;
  114.     display:block;
  115.     background-image:url('../src/img/google.png');
  116.     transition: all 100ms ease-out;
  117. }
  118.  
  119. .nav-google:hover {
  120.     background-color:#000;
  121.     background-image:url('../src/img/google-hover.png');
  122. }
  123.  
  124. .nav-netflix {
  125.     width:111px;
  126.     height:111px;
  127.     margin:auto;
  128.     display:block;
  129.     background-image:url('../src/img/netflix.png');
  130.     transition: all 100ms ease-out;
  131. }
  132.  
  133. .nav-netflix:hover {
  134.     background-color:#000;
  135.     background-image:url('../src/img/netflix-hover.png');
  136. }
  137.  
  138. .nav-hulu {
  139.     width:111px;
  140.     height:111px;
  141.     margin:auto;
  142.     display:block;
  143.     background-image:url('../src/img/hulu.png');
  144.     transition: all 100ms ease-out;
  145. }
  146.  
  147. .nav-hulu:hover {
  148.     background-color:#000;
  149.     background-image:url('../src/img/hulu-hover.png');
  150. }
  151.  
  152. .nav-twitch {
  153.     width:111px;
  154.     height:111px;
  155.     margin:auto;
  156.     display:block;
  157.     background-image:url('../src/img/twitch.png');
  158.     transition: all 100ms ease-out;
  159. }
  160.  
  161. .nav-twitch:hover {
  162.     background-color:#000;
  163.     background-image:url('../src/img/twitch-hover.png');
  164. }
  165.  
  166. .nav-youtube {
  167.     width:111px;
  168.     height:111px;
  169.     margin:auto;
  170.     display:block;
  171.     background-image:url('../src/img/youtube.png');
  172.     transition: all 100ms ease-out;
  173. }
  174.  
  175. .nav-youtube:hover {
  176.     background-color:#000;
  177.     background-image:url('../src/img/youtube-hover.png');
  178. }
  179.  
  180. .nav-hub {
  181.     width:111px;
  182.     height:111px;
  183.     margin:auto;
  184.     display:block;
  185.     background-image:url('../src/img/hub.png');
  186.     transition: all 100ms ease-out;
  187. }
  188.  
  189. .nav-hub:hover {
  190.     background-color:#000;
  191.     background-image:url('../src/img/hub-hover.png');
  192. }
  193.  
  194. .nav-lsf {
  195.     width:111px;
  196.     height:111px;
  197.     margin:auto;
  198.     display:block;
  199.     background-image:url('../src/img/lsf.png');
  200.     transition: all 100ms ease-out;
  201. }
  202.  
  203. .nav-lsf:hover {
  204.     background-color:#000;
  205.     background-image:url('../src/img/lsf-hover.png');
  206. }
  207.  
  208. .nav-docs {
  209.     width:111px;
  210.     height:111px;
  211.     margin:auto;
  212.     display:block;
  213.     background-image:url('../src/img/docs.png');
  214.     transition: all 100ms ease-out;
  215. }
  216.  
  217. .nav-docs:hover {
  218.     background-color:#000;
  219.     background-image:url('../src/img/docs-hover.png');
  220. }
  221.  
  222. .nav-sheets {
  223.     width:111px;
  224.     height:111px;
  225.     margin:auto;
  226.     display:block;
  227.     background-image:url('../src/img/sheets.png');
  228.     transition: all 100ms ease-out;
  229. }
  230.  
  231. .nav-sheets:hover {
  232.     background-color:#000;
  233.     background-image:url('../src/img/sheets-hover.png');
  234. }
  235.  
  236. .nav-4ch {
  237.     width:111px;
  238.     height:111px;
  239.     margin:auto;
  240.     display:block;
  241.     background-image:url('../src/img/4ch.png');
  242.     transition: all 100ms ease-out;
  243. }
  244.  
  245. .nav-4ch:hover {
  246.     background-color:#000;
  247.     background-image:url('../src/img/4ch-hover.png');
  248. }
  249.  
  250. .nav-mechkey {
  251.     width:111px;
  252.     height:111px;
  253.     margin:auto;
  254.     display:block;
  255.     background-image:url('../src/img/mechkey.png');
  256.     transition: all 100ms ease-out;
  257. }
  258.  
  259. .nav-mechkey:hover {
  260.     background-color:#000;
  261.     background-image:url('../src/img/mechkey-hover.png');
  262. }
  263.  
  264. .nav-pirasea {
  265.     width:111px;
  266.     height:111px;
  267.     margin:auto;
  268.     display:block;
  269.     background-image:url('../src/img/pirasea.png');
  270.     transition: all 100ms ease-out;
  271. }
  272.  
  273. .nav-pirasea:hover {
  274.     background-color:#000;
  275.     background-image:url('../src/img/pirasea-hover.png');
  276. }
  277.  
  278. .nav-crunchyroll {
  279.     width:111px;
  280.     height:111px;
  281.     margin:auto;
  282.     display:block;
  283.     background-image:url('../src/img/crunchyroll.png');
  284.     transition: all 100ms ease-out;
  285. }
  286.  
  287. .nav-crunchyroll:hover {
  288.     background-color:#000;
  289.     background-image:url('../src/img/crunchyroll-hover.png');
  290. }
Advertisement
Add Comment
Please, Sign In to add comment