[Typography]
.text {
font-size : 16px; /* px em rem */
line-height: 1.5;
letter-spacing: -0.01em; /* px em */
font-family: "Poppins". sans-serif;
font-weight: 400; /* regular: 400; bold: 700; */
color: #0061ff; /* hex rgb rgba */
text-align: left; /*left center right */
text-indent: 10px;
text-transform: none; /* none capitalize uppercase lowercase */
text-decoration: none; /* none underline line-through overline */
font-style: normal; /* normal italic oblique */
}
'Front End > HTML & CSS' 카테고리의 다른 글
[CSS] 김버그의 HTML&CSS는 재밌다 | CSS RESET (0) | 2021.05.01 |
---|---|
[HTML] 김버그의 HTML&CSS는 재밌다 | Bootstrap Grid system (0) | 2021.05.01 |
[CSS] 김버그의 HTML&CSS는 재밌다 | Screen Only (0) | 2021.04.29 |
[CSS] 김버그의 HTML&CSS는 재밌다 | Background (0) | 2021.04.29 |
[CSS] 김버그의 HTML&CSS는 재밌다 | Media Query (0) | 2021.04.28 |
댓글