#css
Read more stories on Hashnode
Articles with this tag
👉 linear-gradient() MDN 글씨에 그라데이션 효과넣기 방법! 일단 예시로 <h1> tag를 사용하여 글씨를 작성 CSS에 상위에 background속성에 linear-gradient를 써주고 그라데이션 방향(to right)을 써준 후 원하는색깔을...
I've received some code reviews and I'd like to share the below since it seems very useful to have clear codes. Order of CSS properties Layout...
how to reduce a long sentence with '...' · overflow : 넘처 흐르다 위의 사진처럼 맥주병의 크기는 한계가 있는데 맥주가 넘처 흐를때, 같은 의미로 할당된 공간에 비해 content의 내용이 넘처 흐를 때, 공간을 visually...
translate() / matrix() / scale() / rotate() / skew() · The transform CSS property lets you rotate, scale, skew, or translate an element. It modifies the...
and the retrospect of 1st week of coding Bootcamp · 공부하다가 새로운 property 발견!! 바로 box-sizing이다. mdn만 읽어서는 무슨 말인지 잘 몰라서 직접 해보았다. 역시 직접 해봐야 이해가...
I'm going to just jot down some little knowledges that I got to know here to log. [HTML] -> space를 의미 table / rowspan & colspan rowspan은 행을 병합...