Mihao

dsadas

May 28th, 2020
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. * {
  2. margin: 0;
  3. }
  4.  
  5. body {
  6. font-family: "Lato", sans-serif;
  7. }
  8. #menu {
  9. max-width: 1400px;
  10. margin-left: auto;
  11. margin-right: auto;
  12. background-image: url("https://cdn.glitch.com/fb54ad42-b82c-47b9-bd60-8c6685a09006%2Fpeter-broomfield-m3m-lnR90uM-unsplash.jpg?v=1584820978069");
  13. background-repeat: no-repeat;
  14. background-size: cover;
  15. background-attachment: fixed;
  16. height: 800px;
  17. }
  18.  
  19. ul {
  20. text-align: right;
  21. padding: 30px;
  22. }
  23.  
  24. li {
  25. font-weight: 900;
  26. display: inline;
  27. padding: 10px;
  28. text-transform: uppercase;
  29. }
  30.  
  31. a {
  32. text-decoration: none;
  33. color: white;
  34. padding: 8px;
  35. border-bottom: 2px solid transparent;
  36. transition-duration: 0.2s;
  37. }
  38.  
  39. a:hover {
  40. border-bottom: 2px solid red;
  41. }
  42.  
  43. #oferta{
  44. max-width:1400px;
  45. margin-left:auto;
  46. margin-right:auto;
  47. text-align:center;
  48.  
  49.  
  50. }
  51.  
  52.  
  53. .info{
  54. margin-top:30px;
  55. width:200px;
  56. height:200px;
  57. border-radius:150px;
  58. object-fit: cover;
  59. }
  60.  
  61.  
  62.  
  63. .column-three {
  64. float: left;
  65. width: 33.33%;
  66. }
  67.  
  68.  
  69.  
  70.  
  71. h1{
  72.  
  73. padding:30px;
  74. text-align:center;
  75. clear: both;
  76. }
  77.  
  78. p{
  79.  
  80. text-align:left;
  81. padding:50px;
  82. }
  83.  
  84. .mySlides{
  85. width: 700px;
  86. margin-left: auto;
  87. margin-right: auto;
  88. }
  89.  
  90. #stopka{
  91. max-width: 1400px;
  92. height: 500px;
  93. background-color: #262626;
  94. padding: 50px;
  95. font-size: 150%;
  96. margin-left: auto;
  97. margin-right: auto;
  98. }
  99. .column-two{
  100. width:50%;
  101. float:left;
  102. }
  103. table{
  104. font-size:200%;
  105. color:white;
  106. }
  107.  
  108. th{
  109.  
  110.  
  111. padding:10px;
  112. text-align:left;
  113. }
  114.  
  115. td{
  116. text-align:left;
  117. }
Add Comment
Please, Sign In to add comment