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 | 31 |
Tags
- Parent
- ctrl+/
- slideUp
- FileZilla다운로드
- addClass
- selectoptions
- excel중복체크
- Git
- 1521
- removeClass
- Math.round()
- Math.floor()
- FileZilla설치
- hide
- 소스트리인증실패
- 증가값
- index %
- 파일질라설치
- 주석이 먹히지 않을 때
- calc.minus
- toFixed()
- 파일질라다운로드
- 파일질라설치오류
- Excel
- push오류
- calc.plus
- SUB함수
- is_check
- Math.ceil()
- selectedIndex
Archives
- Today
- Total
잡동사니에도 사랑을
[21.09.16] exam03(03_cssColorText) - 본문
728x90
반응형
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
<style type="text/css">
body {
font-family: "Times New Roman", Serif;
font-family는 폰트만 지정한다
exam03 - times new roman 을 찾아라. 없으면, serif 를 써라. serif도 없으면 윈도우 기본 폰트를 써라.
font-size: Large;
}
h3 {
font: italic bold 40px consolas, sans-serif;
font는 굵기, 폰트, 크기를 다 지정할 수 있다
}
</style>
</head>
<body>
<h3>Consolas font</h3>
<hr>
<p style="font-weight: 900">font-weight 900</p>
<p style="font-weight: 100">font-weight 900</p>
<p style="font-style: Italic;">Italic Style</p>
<p style="font-style: oblique;">oblique Style</p>
<p>현재 크기의 <span style="font-size:1.5em;">1.5배</span>크기로</p>
</body>
</html>
728x90
반응형
'JAVA_EE > CSS' 카테고리의 다른 글
[21.09.16] exam03(04_cssBoxModel) - (0) | 2021.09.16 |
---|---|
[21.09.16] exam01(04_cssBoxModel) - (0) | 2021.09.16 |
[21.09.16] exam02(03_cssColorText) - (0) | 2021.09.16 |
[21.09.16] exam01(03_cssColorText) - (0) | 2021.09.16 |
[21.09.16] exam02(02_cssSelector) (0) | 2021.09.16 |