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
HTML / CSS / JavaScript ์ ์ญํ ๋ฐ ์ฐจ์ด์ (์ฝ๊ณ ๋น ๋ฅด๊ฒ ์ค๋ช !)
๐ HTML (Hypertext Markup Language) - ์น ๋ฌธ์๋ฅผ ๋ง๋ค๊ธฐ ์ํ์ฌ ์ฌ์ฉํ๋ ๊ธฐ๋ณธ์ ์ธ ์น ์ธ์ด - ์น์ ๋ผ๋, ๊ตฌ์กฐ๋ฅผ ์ค๊ณํ๋ ์ญํ ๐ CSS (Cascading Style Sheets) - ์น ๋ฌธ์์ ์ ๋ฐ์ ์ธ ์คํ์ผ์ ๋ฏธ๋ฆฌ ์ ์ฅํด..
devjindev.tistory.com
[HTML] ์์ด๋ณด๋ฅผ ์ํ HTML ํ๊ทธ ์ด์ ๋ฆฌ
๐ HTML ๊ธฐ๋ณธ ๊ตฌ์กฐ : ์น ํ์ด์ง์ ์์๊ณผ ๋ : , ๋ฑ์ ํฌํจ : ์น ๋ฌธ์ ์ ๋ณด (ํด๋น ๋ฌธ์๊ฐ ์ด๋ค ๋ด์ฉ์ ๋ด๊ณ ์๋์ง, ํค์๋๋ ๋ฌด์์ธ์ง, ๋๊ฐ ๋ง๋ค์๋์ง ๋ฑ) : ์น ๋ฌธ์ ์ด๋ฆ : ์น ๋ฌธ์ ๋ณธ๋ฌธ,
devjindev.tistory.com
'โ๏ธ > 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 |