BCB Bank static website
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

18 lines
410 B

  1. // colors
  2. $dark_blue: hsl(232, 54%, 37%);
  3. $blue: hsl(198, 76%, 52%);
  4. $dark_brown: hsl(270, 2%, 25%);
  5. $brown: hsl(220, 2%, 35%);
  6. $dark_gray: hsl(216, 2%, 51%);
  7. $gray: hsl(216, 3%, 66%);
  8. $light_gray: hsl(200, 3%, 83%);
  9. $lightest_gray: hsl(0, 0%, 94%);
  10. $white_shade: hsl(0, 0%, 98%);
  11. // font size
  12. $paragraph_size: 16px;
  13. $heading_size: 36px;
  14. $other_size: 14px;
  15. $header_height: 20vh;
  16. $header_height_scroll : 10vh;