Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- mybatis
- Ajax
- html
- eGovFramework
- 함수
- 암호화
- 오류
- controller
- jQuery
- json
- was
- input
- 배열
- Oracle
- TO_DATE
- web.xml
- eGov
- CSS
- 개념
- Database
- javascript
- Java
- spring
- 태그
- array
- POI
- sql
- select
- 과정평가형
- JVM
Archives
- Today
- Total
web developer
[css] font-weight (글씨 굵기) 속성 본문
728x90
728x90
font-weight
<p style="font-weight: normal;">normal</p>
<p style="font-weight: bold;">bold</p>
<p style="font-weight: bolder;">bolder</p>
<p style="font-weight: lighter;">lighter</p>
<p style="font-weight: 100;">100</p>
<p style="font-weight: 200;">200</p>
<p style="font-weight: 300;">300</p>
<p style="font-weight: 400;">400</p>
<p style="font-weight: 500;">500</p>
<p style="font-weight: 600;">600</p>
<p style="font-weight: 700;">700</p>
<p style="font-weight: 800;">800</p>
<p style="font-weight: 900;">900</p>
See the Pen font-weight by 안중현 (@pogba10) on CodePen.
728x90
728x90
'CSS' 카테고리의 다른 글
[css] 툴팁(tooltip) 생성하기 / hover, data-tooltip (0) | 2024.01.26 |
---|---|
[css] 스프라이트 이미지 (0) | 2023.11.02 |
[css] 체크박스와 CSS로 만드는 FAQ 리스트 (0) | 2022.03.24 |