暫無描述
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 349B

1234567891011121314151617181920
  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: 4rem; }
  12. .subtitle_1 {
  13. font-size: 1rem; }
  14. .padding_top_12 {
  15. padding-top: 12rem; }