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
- slideUp
- push오류
- removeClass
- is_check
- 파일질라설치오류
- 1521
- Excel
- 파일질라다운로드
- index %
- FileZilla설치
- ctrl+/
- 주석이 먹히지 않을 때
- SUB함수
- Math.round()
- addClass
- hide
- 파일질라설치
- Math.ceil()
- calc.minus
- selectedIndex
- 소스트리인증실패
- Git
- toFixed()
- Math.floor()
- selectoptions
- calc.plus
- Parent
- FileZilla다운로드
- excel중복체크
- 증가값
Archives
- Today
- Total
잡동사니에도 사랑을
[21.09.15] exam05(01_css) - 본문
728x90
반응형
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
<style type="text/css">
p {
color: midnightblue;
font-size: 15px;
}
</style>
</head>
<body>
<h3>정국</h3>
<hr>
<p>오페라를 좋아하고</p>
<p>BTS를 좋아하고</p>
<p style="color: darkred;">김치부침개를 좋아하고</p>
<p style="color: cornflowerblue; font-size: 30px;">콩비지찌개를 좋아합니다.</p>
</body>
</html>
728x90
반응형
'JAVA_EE > CSS' 카테고리의 다른 글
[21.09.15] exam07(01_css) - (0) | 2021.09.15 |
---|---|
[21.09.15] exam06(01_css) - (0) | 2021.09.15 |
[21.09.15] exam04(01_css) - (0) | 2021.09.15 |
[21.09.15] exam03(01_css) - (0) | 2021.09.15 |
[21.09.15] exam02(01_css) - (0) | 2021.09.15 |