-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathreview_eden.html
More file actions
48 lines (42 loc) · 1.21 KB
/
review_eden.html
File metadata and controls
48 lines (42 loc) · 1.21 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>review_eden.html</title>
<style>
body {
background-image: url("https://previews.123rf.com/images/cyberking/cyberking1508/cyberking150800003/44132216-%ED%95%91%ED%81%AC-bokeh-%EB%B0%B0%EA%B2%BD-%ED%95%91%ED%81%AC-%ED%9D%90%EB%A6%B0-%EB%B0%B0%EA%B2%BD-%ED%99%94%EB%A9%B4-.jpg") ;
background-size: 500px;
text-align: center;
}
.select1 {
background-image: url("http://theshow.pro/wp-content/uploads/2014/02/%EB%B0%94%ED%83%95_%EB%B0%B0%EA%B2%BD_%EC%8A%A4%ED%82%A88.jpg");
background-size: 3.5rem;
}
.select2 {
margin: 0.5rem 0 0.5rem 0;
}
h2, h3 {
display: inline;
}
.select3{
border: 20px;
padding-bottom: 100px 0 0 100px;
}
</style>
</head>
<body>
<p class="select2"> 크리킨디</p>
<h2 class="select1">코딩_복습</h2>
<ol>
<li>아무말</li>
<li>아무아무말</li>
<li>아무아무아무말</li>
</ol>
<img src="https://t1.daumcdn.net/cfile/tistory/2019F9354D9D2A000D" alt="" width="200px">
<br>
<h2>text1</h2>
<h3>text2</h3>
<p class="select3">tltltltltltltllt</p>
</body>
</html>