λ…Έλ§ˆλ“œ πŸš€ 10μ£Ό μŠ€ν„°λ””_HTML/CSS

jellyjojiΒ·2023λ…„ 3μ›” 16일
0

λ…Έλ§ˆλ“œμ½”λ”

λͺ©λ‘ 보기
1/11

naming rule of files and folders

files and folders name should be lower-case.

CSS

cascading style sheets
cascading
계단λͺ¨μ–‘μ˜ 폭포. 연속적인 물의 흐름에 λ”°λ₯Έ μš°μ„ μˆœμœ„ 차이.

div vs span

makes things come to next unlike


This is because
span : inline
div : block
next block doesn't allow anything can come next.
inline don't have height width. so cannot apply it.

marign vs padding

margin is space from outside of the box.
padding is space from inside of the border.

collapsing margin

when same border overraps then margin become one, destroying burdens only top and bottom.

margin goes clock way

margin: 15px 10px 5px 0px means:
top right bottom left

*{}

it means everything.

.gitignore

λ¬΄μ‹œν•˜κ³  싢은 파일 이곳에 μ €μž₯.

BEM

Block , Element , Modifier 의 μ€„μž„λ§λ‘œ CSS 클래슀 넀이밍 μ»¨λ²€μ…˜ 방법이닀.
BEM

0개의 λŒ“κΈ€