-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest10.html
More file actions
33 lines (29 loc) · 1.08 KB
/
Copy pathtest10.html
File metadata and controls
33 lines (29 loc) · 1.08 KB
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
32
33
<!DOCTYPE html>
<html lang="kr">
<head>
<meta charset="UTF-8">
<title>CSS 연습</title>
<link rel="stylesheet" href="style_02.css">
</head>
<body>
<p>
청춘이 역사를 살 설레는 우리 찾아 무엇을 그들의 사막이다. 생생하며, 청춘의 노래하며 인간이 열락의 눈에 방황하여도, 그들에게 힘있다.
</p>
<p class="center">
설산에서 물방아 석가는 지혜는 뭇 착목한는 때문이다. 용감하고 유소년에게서 가장 찬미를 봄바람을 피에 보는
</p>
<p id="center">
것은 보라. 못하다 곳으로 피가 무한한 고행을 힘차게 관현악이며, <span>청춘의</span> 것이다.
</p>
<div class="center" style="color: gold">
용기가 그들은 미인을 관현악이며, <span>그들은</span> 뭇 아니다. 그들의 스며들어 수 유소년에게서 얼마나 생생하며, 놀이 것이다.
</div>
<div class="box">
<div>
<div>
<div></div>
</div>
</div>
</div>
</body>
</html>