No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

main.css 667B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. *, ::before, ::after {
  2. padding: 0;
  3. margin: 0;
  4. box-sizing: border-box; }
  5. html {
  6. font-size: 16px; }
  7. .bg-green {
  8. background-color: #3BB78F;
  9. background: linear-gradient(90deg, #3BB78F 0%, #0bab64 35%, #3bb78f 100%); }
  10. .banner_heading_4 {
  11. font-size: 3rem; }
  12. .subtitle_1 {
  13. font-size: 1.5rem; }
  14. .padding_top_14 {
  15. padding-top: 14rem; }
  16. .photo_dual {
  17. width: 40rem; }
  18. .price_footer {
  19. background-color: #52cba5; }
  20. .boxImgContainer {
  21. width: 4rem; }
  22. .vh-85 {
  23. height: 85vh; }
  24. .vh-15 {
  25. height: 15vh; }
  26. .font-3 {
  27. font-size: 3rem; }
  28. .font-1_5 {
  29. font-size: 2rem; }
  30. .gap-1 {
  31. font-size: 0.7rem; }
  32. .priceCut_multi {
  33. font-size: .7rem; }