사용자 도구

사이트 도구


study:css

문서의 이전 판입니다!


cascading 적용순서

  1. !important
  2. style attrribute
  3. id selector
    • notation : #[id_name]
  4. class selector
    • syntax : .[class_name]
  5. tag selector
    • syntax : [tag name] [tag name2]
    • a:link { color: red }
      a:visited { color: purple }

font-size

  • px
  • em
  • rem
study/css.1536558977.txt.gz · 마지막으로 수정됨: 2025/04/15 10:05 (바깥 편집)