Post

스나이퍼팩토리 한컴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

This post is licensed under CC BY 4.0 by the author.

Trending Tags