설명 없음
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.scss 365B

1234567891011121314151617181920212223242526
  1. @import 'variables';
  2. @import 'functions';
  3. *,::before,::after{
  4. padding: 0;
  5. margin: 0;
  6. box-sizing: border-box;
  7. }
  8. html{
  9. font-size: 16px;
  10. }
  11. .bg-green{
  12. background-color:#3BB78F;
  13. background: linear-gradient(90deg, #3BB78F 0%, rgba(11,171,100,1) 35%, rgba(59,183,143,1) 100%);
  14. }
  15. .banner_heading_4{
  16. font-size: 4rem;
  17. }
  18. .subtitle_1{
  19. font-size: 1rem;
  20. }