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
- FileZilla설치
- 파일질라설치
- hide
- index %
- SUB함수
- addClass
- Math.round()
- Math.ceil()
- ctrl+/
- 파일질라설치오류
- 주석이 먹히지 않을 때
- push오류
- removeClass
- Excel
- selectedIndex
- calc.minus
- Git
- FileZilla다운로드
- is_check
- 파일질라다운로드
- calc.plus
- 증가값
- toFixed()
- excel중복체크
- 1521
- selectoptions
- Math.floor()
- 소스트리인증실패
- Parent
- slideUp
Archives
- Today
- Total
잡동사니에도 사랑을
[21.09.15] pratice02(css) - 본문
728x90
반응형
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
<style type="text/css">
p {
background-color: AliceBlue;
color: brown;
font-size: 15px;
font-family: "Lucida Console", Sans-Serif;
text-indent: 1em;
}
span {
font-size: 1.5em;
text-decoration: underline;
}
</style>
</head>
<body>
<h2>텍스트와 폰트</h2>
<hr>
<p>AliceBlue 바탕색에 Brown 색의 "Lucida Console" 폰트로 15px 크기이고
<span>저는 이보다 1.5배 큽니다</span></p>
</body>
</html>
728x90
반응형
'JAVA_EE > CSS' 카테고리의 다른 글
[21.09.16] practice04(css) (0) | 2021.09.16 |
---|---|
[21.09.16] practice03(css) - 테이블 만들어 색상과 코드 집어넣기 (0) | 2021.09.16 |
[21.09.15] pratice01(css) - (0) | 2021.09.15 |
[21.09.15] exam08(01_css) - (0) | 2021.09.15 |
[21.09.15] exam07(01_css) - (0) | 2021.09.15 |