ToxyFlake

CSS Булки (style.css)

Aug 21st, 2021 (edited)
1,500
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.42 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css2?family=Underdog&display=swap');
  2. html {
  3. font-size: 10px;
  4. font-family: 'Underdog', cursive;
  5. background-color: white;
  6. }
  7. button {
  8.      background-color: transparent;
  9.      border: none;
  10. }
  11. h1 {
  12.      font-size: 100px;
  13.      margin-bottom: 5px;
  14.      margin-top: 5px;
  15.      color: #6e1700;
  16. }
  17. h2 {
  18.      font-size: 70px;
  19.      margin-bottom: 5px;
  20.      margin-top: 5px;
  21.      color: #6e1700;
  22. }
  23. h3 {
  24.      font-size: 20px;
  25.      margin-bottom: 5px;
  26.      margin-top: 5px;
  27.      color: #6e1700;
  28. }
  29. h4 {
  30.      font-size: 20px;
  31.      margin-bottom: 5px;
  32.      margin-top: 5px;
  33.      color: #6e1700;
  34. }
  35. p {
  36.      font-size: 15px;
  37.      margin-bottom: 5px;
  38.      margin-top: 5px;
  39.      color: #6e1700;
  40. }
  41.  
  42. .page{
  43.     width: 100%;
  44.     height: 100vh;
  45.     display: flex;
  46.     align-items: center;
  47. }
  48.  
  49. .container-main {
  50.      display: flex;
  51.      flex-direction: column;
  52.      justify-content: center;
  53.      align-items: center;
  54.      width: 800px;
  55.      height: 900px;
  56.      margin: 0 auto;
  57.     box-shadow: 0 14px 28px gray, 0 10px 10px gray;
  58. }
  59. #container {
  60.   display: flex;
  61.   flex-direction: column;
  62.   justify-content: center;
  63.   width: 100%;
  64. }
  65. #container-shop {
  66.     flex: 1;
  67.     background-color: #ecc6a5;
  68.     width: 100%;
  69.     margin-bottom: 20px;
  70. }
  71. #container-upgrade {
  72.   display: flex;
  73.   justify-content: center;
  74.   width: 100%;
  75. }
  76. #container-upgrade div {
  77.     display: inline-block;
  78.   padding: 10px;
  79.   border: 5px solid #ecc6a5;
  80. }
  81.  
  82. #container div {
  83.   padding: 10px 0;
  84.   border: none;
  85. }
  86. #box1 {
  87.     flex: 1;
  88.     background-color: #f7e7dc;
  89.     text-align: center;
  90.     width: 100%;
  91. }
  92.  
  93. #container-box3 {
  94.     flex: 1;
  95.     display: inline-block;
  96.     background-color: #fdfaf4;
  97.     text-align: center;
  98.     width: 100%;
  99.     width: 800px;
  100. }
  101. #box3-1 {
  102.     display: inline-block;
  103.     flex: 1;
  104.     background-color: #fdfaf4;
  105.     width: 100%;
  106. }
  107. #box4 {
  108.     flex: 1;
  109.     background-color: #f7e7dc;
  110.     text-align: center;
  111.     width: 300px;
  112.     margin: 0 auto;
  113. }
  114. #box5 {
  115.     flex: 1;
  116.     background-color: #f7e7dc;
  117.     text-align: center;
  118. }
  119.  
  120. #box5-1-1 {
  121.     flex: 1;
  122.     background-color: #f4e0cb;
  123.     justify-content: center;
  124. }
  125. #box5-1-2 {
  126.     flex: 1;
  127.     background-color: #de9f68;
  128.     flex-basis: 50%;
  129. }
  130. #box5-1-3 {
  131.     flex: 1;
  132.     background-color: #d1884d;
  133.     text-align:center;
  134. }
  135. #box6 {
  136.     flex: 1;
  137.     background-color: #de9f68;
  138.     text-align:center;
  139.     width: 100%;
  140. }
Add Comment
Please, Sign In to add comment