main-blocks.css 628 B

12345678910111213141516171819202122232425262728293031323334353637
  1. h1{
  2. font-family: "Lobster", sans-serif;
  3. font-size: 48px;
  4. text-align: center;
  5. margin-bottom: 2%;
  6. padding-top: 2%;
  7. }
  8. /* Основные блоки стилизации: */
  9. .delivery{
  10. width: 100%;
  11. height: 100%;
  12. background-color: rgb(179, 171, 139);
  13. }
  14. .stocks{
  15. background-color: rgb(179, 171, 139);
  16. mask-position: center;
  17. width: 100%;
  18. height: 100%;
  19. }
  20. .contakts{
  21. background-color: gainsboro;
  22. }
  23. .forms{
  24. background-color: rgb(179, 171, 139);
  25. width: 100%;
  26. height: 100%;
  27. }
  28. .spices{
  29. mask-position: center;
  30. background-color: rgb(179, 171, 139);
  31. }