스나이퍼팩토리 한컴AI - AI개발자 교육 4일차
intro to css- css selecter, box model, properties (textbook CH4-5).
스나이퍼팩토리 한컴AI - AI개발자 교육 4일차
box-sizing attribute
1
box-sizing: border-box
1
box-sizing: content-box
border-box
(DEFAULT): width/height가 content 기준 설정 됨. border,margin,padding 은 설정사이즈 + ⍺content-box
: border,margin,padding 이 포함된 기준으로 사이즈 설정 가능케 함.
-inline block 도 좌우는 마진 설정 가능 -none, opacity, visibility 차이표 복습 -overflow: hidden | scroll | auto | visible
-css 에 넣을 때는 <link>
->.html 에 넣는 것이 아닌 @import
->.css 에 넣기 -class “resized” 로 설정하면 디폴트 폰트사이즈 (1 rem 단위도 바뀜) -<html lang="en" class="resized">
-oblique
는 강제로 눕히는 거, italic
은 글꼴 지원될시에만 적용됨. -text-overflow: elipsis
글자가 상자 넘어가면 …으로 마무리
Q.DOM
.A { color: black; } ### Resources 🪚 - Font Awesome (icon)
.A { color: black; } ### Resources 🪚 - Font Awesome (icon)
This post is licensed under CC BY 4.0 by the author.