CSS 글자 폰트(font) 스타일 기초 정리
CSS 글자 폰트 스타일에 대한 기초 지식을 이 글만 보면 익힐 수 있도록 적어보겠다. 가독성을 위해 불필요한 코드는 생략하고 HTML과 CSS만 적어보고 결과를 적었다. 1. 글자 굵기 > font-weight로 설정한다. #html h1 태그 normal h1 태그 bold p 태그 normal p 태그 bold .normal { font-weight: normal; } .bold { font-weight: bold; } 결과 값은 아래와 같다. h1태그는 기본값으로 font-weight가 bold로 되어있다. 따라서 bold로 하면 변경이 되지 않는다. h1태그의 font-weight를 normal로 설정하면 굵기가 줄어든다. p태그는 기본값으로 font-weight가 normal로 되어있다. 따라..
Web/CSS
2022. 1. 31. 08:32
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- nextjs autoFocus
- vuejs
- typescript
- react autoFocus
- 자료구조
- Deque
- logout
- react
- useState
- 클라우데라
- Python
- error:0308010C:digital envelope routines::unsupported
- next.config.js
- Express
- DFS
- 자연어처리
- NextJS
- login
- JavaScript
- Queue
- read_csv
- TensorFlow
- django
- Vue
- BFS
- UserCreationForm
- nodejs
- mongoDB
- useHistory 안됨
- pandas
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
글 보관함