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
- javascript
- spring
- jQuery
- eGov
- eGovFramework
- html
- JVM
- select
- 태그
- 개념
- 암호화
- 함수
- input
- was
- jsp
- web.xml
- sql
- 과정평가형
- array
- controller
- Java
- POI
- mybatis
- Oracle
- CSS
- TO_DATE
- json
- Ajax
- 정의
- 오류
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>
728x90
728x90
'CSS' 카테고리의 다른 글
[css] 툴팁(tooltip) 생성하기 / hover, data-tooltip (0) | 2024.01.26 |
---|---|
[css] 스프라이트 이미지 (0) | 2023.11.02 |
[css] 체크박스와 CSS로 만드는 FAQ 리스트 (0) | 2022.03.24 |