Advertisement
Guest User

css

a guest
Jan 22nd, 2018
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. /* SECTIONS */
  2. @import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext');
  3.  
  4.  
  5. @font-face {
  6. font-family: UniSansThinCAPS;
  7. src: url("fonts/UniSansThinCAPS.woff") format("woff");
  8. }
  9.  
  10. @font-face {
  11.  
  12. font-family: UniSansHeavyCAPS;
  13. src: url("fonts/UniSansHeavyCAPS.woff") format("woff");
  14. }
  15.  
  16. @media only screen and (min-device-width: 510px) {}
  17. .nike {
  18. width: 1384px;
  19. height: 828px;
  20. /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#110e2c+0,2d285f+50,282647+100 */
  21. background: #110e2c; /* Old browsers */
  22. background: -moz-linear-gradient(-45deg, #110e2c 0%, #2d285f 50%, #282647 100%); /* FF3.6-15 */
  23. background: -webkit-linear-gradient(-45deg, #110e2c 0%,#2d285f 50%,#282647 100%); /* Chrome10-25,Safari5.1-6 */
  24. background: linear-gradient(135deg, #110e2c 0%,#2d285f 50%,#282647 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  25. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#110e2c', endColorstr='#282647',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  26.  
  27. }
  28.  
  29.  
  30. body {
  31. height: 100%;
  32. width: 100%;
  33. }
  34.  
  35.  
  36. .nikelogo {
  37. height: 10%;
  38. margin-top: 30px;
  39. margin-left: 30px;
  40.  
  41. }
  42.  
  43. .lunarepic {
  44. font-family: UniSansThinCAPS;
  45. color: white;
  46. font-size: 56pt;
  47. margin-left: 20px;
  48. margin-top: 200px;
  49.  
  50.  
  51. }
  52.  
  53. .lunarepic2 {
  54. font-family: UniSansHeavyCAPS;
  55. color: white;
  56. font-size: 126pt;
  57. margin-left: 15px;
  58. margin-top: -45px;
  59. position: absolute;
  60.  
  61. }
  62.  
  63. .but {
  64. height: 100%;
  65. margin-top: -300px;
  66. margin-left: 350px;
  67.  
  68. }
  69.  
  70. }
  71.  
  72. @media only screen and (max-device-width: 500px) {
  73.  
  74. .nike {
  75. width: 500px;
  76. height: 828px;
  77. background: #110e2c;
  78. background: -moz-linear-gradient(-45deg, #110e2c 0%, #2d285f 50%, #282647 100%);
  79. background: -webkit-linear-gradient(-45deg, #110e2c 0%,#2d285f 50%,#282647 100%);
  80. background: linear-gradient(135deg, #110e2c 0%,#2d285f 50%,#282647 100%);
  81. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#110e2c', endColorstr='#282647',GradientType=1 );
  82.  
  83. }
  84.  
  85. .nikelogo {
  86. height: 5%;
  87. margin-top: 30px;
  88. margin-left:180px;
  89.  
  90. }
  91.  
  92. }
  93. .lunarepic {
  94. font-family: UniSansThinCAPS;
  95. color: white;
  96. font-size: 35pt;
  97. margin-left: 50px;
  98. margin-top: 200px;
  99.  
  100. }
  101.  
  102. .lunarepic2 {
  103. font-family: UniSansHeavyCAPS;
  104. color: white;
  105. font-size: 40pt;
  106. margin-left: 45px;
  107. margin-top: -5px;
  108. position: absolute;
  109. }
  110.  
  111. .but {
  112. margin-top:100px;
  113. margin-left: 60px;
  114. height: 30%;
  115. }
  116.  
  117. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement