[Memo] My Little knowledges
I'm going to just jot down some little knowledges that I got to know here to log.
[HTML]
-> space를 의미
table / rowspan & colspan
rowspan은 행을 병합 coldspan은 열을 병합
<table>의 attribute이다.
[CSS]
flex
화면 정 중앙에 오게 하는 방법
background {
display: flex;
jus...
suzie.hashnode.dev2 min read