WEB/CSS(2)
-
font, text ; 폰트와 텍스트
FONT 속성 Property Description CSS font Sets all the font properties in one declaration 1 font-family Specifies the font family for text 1 font-size Specifies the font size of text 1 font-style Specifies the font style for text 1 font-variant Specifies whether or not a text should be displayed in a small-caps font 1 font-weight Specifies the weight of a font 1 @font-face A rule that allows website..
2019.09.16 -
selector ; 선택자
Selector Example Example description CSS .class .intro Selects all elements with class="intro" 1 #id #firstname Selects the element with id="firstname" 1 * * Selects all elements 2 element p Selects all elements 1 element,element div, p Selects all elements and all elements 1 element element div p Selects all elements inside elements 1 element>element div > p Selects all elements where the paren..
2019.09.16