css์์ ์์ฑ์ '์๊ณ ๋ฐฉํฅ'์ผ๋ก ์ ์ฉ
4๊ฐ์ผ ๋ : top right bottom left
2๊ฐ์ผ ๋ : x์ถ(top, bottom) y์ถ(left, right)
1๊ฐ์ผ ๋ : all
๐ Font
color : ํ ์คํธ ์์
font-size : ํ ์คํธ ์ฌ์ด์ฆ default : 16px
font-weight : ํ ์คํธ ๊ตต๊ธฐ
· 100 : thin
· 300 : light
· 400 : regular
· 500 : medium
· 700 : bold
· 900 : extrabold
letter-spacing : ์๊ฐ (๊ธ์ ๊ฐ๊ฒฉ)
word-spacing : ๋จ๊ฐ (๋จ์ด ๊ฐ๊ฒฉ)
white-space
· normal : width์ ๋ง์ถ์ด ์๋์ผ๋ก ์ค๋ฐ๊ฟ default
· nowrap : width์ ์๊ด์์ด ํ ์ค๋ก ์ถ๋ ฅ
vertical-align : ์์ง ์ ๋ ฌ
· baseline : ์๋ (์๋์ ๊ธฐ์ค)
· bottom : ์๋
· middle : ๊ฐ์ด๋ฐ
· top : ์
· text-bottom / text-top : text ๋ผ๋ฆฌ ์ผ ๋ ์ฌ์ฉ
text-align : ์ํ ์ ๋ ฌ
text-indent : ๋ค์ฌ์ฐ๊ธฐ
text-decoration : ํ ์คํธ ์ฅ์
text-transform : ํ ์คํธ ๋ณํ
· capitalize : ์๊ธ์๋ง ๋๋ฌธ์๋ก
· lowercase : ๋ชจ๋ ์๋ฌธ์๋ก
· uppercase : ๋ชจ๋ ๋๋ฌธ์๋ก
direction : ํ ์คํธ ๋ฐฉํฅ
· ltr : -> default
· rtl : <-
๐ Background
background-color : ๋ฐฐ๊ฒฝ ์์
background-image: url(''); : ๋ฐฐ๊ฒฝ ์ด๋ฏธ์ง
background-repeat : ๋ฐฐ๊ฒฝ ๋ฐ๋ณต
· repeat default
· no-repeat
· repeat-x / repeat-y
background-size : ๋ฐฐ๊ฒฝ ํฌ๊ธฐ
· contain : 100% (๋น์จ ๊ธฐ์ค)
· cover : ๊ฝ ์ฑ์ฐ๊ธฐ
background-position : ๋ฐฐ๊ฒฝ ์์น
· x : left center right
· y : top center bottom
background-attachment
· scroll default
· fixed
โช background shorthand
background: color/image repeat position;
๐ Border
border-width : ํ ๋๋ฆฌ ๋๊ป
border-style : ํ ๋๋ฆฌ ์คํ์ผ
· none : x
· solid : -
· dotted : ···
· dashed : ---
· double : =
border-color : ํ ๋๋ฆฌ ์์
border-top/right/bottom/left
border-radius
(+) ์ : border-radius: width 1/2 (๋ฐ์ง๋ฆ) px;
โช border shorthand
border: width style color;
๐ก ๊ฐ์ด ๋ณด๋ฉด ์ข์ Post
'โ๏ธ > CSS' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[CSS] link (hover, active, visited, link) (0) | 2020.12.12 |
---|---|
[CSS] display (inline, inline-block, block) / ์ฐจ์ด์ (0) | 2020.12.12 |
[CSS] float / ํด์ ํ๋ ๋ฐฉ๋ฒ (0) | 2020.12.12 |
[CSS] position (static, relative, absolute, fixed) (0) | 2020.12.12 |
[CSS] margin, padding / ์ฐจ์ด์ (0) | 2020.12.12 |