dfhfjjfgjfsfeedgf

Untitled

Dec 22nd, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. *
  2. {
  3. margin: 0;
  4. padding: 0;
  5. }
  6.  
  7. header
  8. {
  9. background-image: url(code1.jpg);
  10. height: 100vh;
  11. background-size: cover;
  12. background-position: center;
  13. }
  14.  
  15. .main-nav
  16. {
  17. float: right;
  18. list-style: none;
  19. margin-top: 30px;
  20. }
  21.  
  22. .main-nav li
  23. {
  24. display: inline-block;
  25. }
  26.  
  27. .main-nav li a
  28. {
  29. color: white;
  30. text-decoration: none;
  31. padding: 5px 20px;
  32. font-family: "Roboto", sans-serif;
  33. font-size: 15px;
  34. }
  35.  
  36. .main-nav li.active a
  37. {
  38. border: 1px solid white;
  39. }
  40.  
  41. .main-nav li a:hover
  42. {
  43. border: 1px solid white;
  44. }
  45.  
  46. .logo img
  47. {
  48. width: 150px;
  49. height: auto;
  50. float: left;
  51. }
  52.  
  53. body
  54. {
  55. font-family: monospace;
  56. }
  57.  
  58. .row
  59. {
  60. max-width: 1200;
  61. margin: auto;
  62. }
  63.  
  64. .hero
  65. {
  66. position: absolute;
  67. width: 1200px;
  68. margin-left: 0;
  69. margin-top: 0;
  70.  
  71. }
  72.  
  73. h1
  74. {
  75. color: white;
  76. text-transform: uppercase;
  77. font-size: 70px;
  78. margin-top: 275px;
  79. }
  80.  
  81. .button
  82. {
  83. margin-top: 20px;
  84.  
  85.  
  86. }
  87.  
  88. .btn
  89. {
  90. border: 1px solid white;
  91. padding: 10px 30px;
  92. color: white;
  93. text-decoration: none;
  94. margin-right: 5px;
  95. font-size: 13px;
  96. text-transform: uppercase;
  97. }
  98.  
  99. .btn-one
  100. {
  101.  
  102. font-family: "Roboto", sans-serif;
  103. }
  104.  
  105. .btn-two
  106. {
  107. font-family: "Roboto", sans-serif;
  108. }
  109.  
  110. .btn-two:hover
  111. {
  112.  
  113. transition: all 0.5s ease-in;
  114. }
Add Comment
Please, Sign In to add comment