-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (42 loc) · 2.47 KB
/
index.html
File metadata and controls
43 lines (42 loc) · 2.47 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>만들어보자</title>
<link rel="stylesheet" href="prac0214.css">
<style>
img {
width: 400px;
height: 300px;
}
.container1{
flex-direction: column;
display: inline-block;
text-align: center;
}
</style>
</head>
<body style="background-color: gainsboro;">
<header style="font-size: 100px; text-align: center;"><span style="color:blue">S</span><span style="color:red">U</span><span style="color:yellow">N</span><span style="color:blue">G</span><span style="color:green">L</span><span style="color:orange">E</span></header>
<div id = "container" style="border:1px solid pink">
<div class="container1" id="one" style="border:2px solid purple">
<img src="https://search.pstatic.net/common/?src=http%3A%2F%2Fblogfiles.naver.net%2FMjAyMTEyMjZfMjE3%2FMDAxNjQwNDU0MDgyNzgx.Zua7CX3hMw47fSFe0R5zo_-7UAUCNN8lfzvCboZiDXcg.TnOHQJl_lwHMOAl7vcSwgizAL7OR1Br_EpO0jzroqrkg.JPEG.sehuymam%2F20211225%25A3%25DF100157.jpg&type=sc960_832" alt="리트리버"><br>
<span style="border:1px solid black"><span style="color :green" > 잔디 </span>위의 골든 리트리버😁 </span>
</div>
<div class="container1" id="two" style="border:2px solid teal">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/bd/Golden_Retriever_Dukedestiny01_drvd.jpg/640px-Golden_Retriever_Dukedestiny01_drvd.jpg" alt="리트리버">
<span style="border:1px solid black"><br><span style="color :blue" > 산기슭 </span>위의 골든 리트리버😁</span>
</div>
<div class="container1" id="three" style="border:2px solid yellow">
<img src="https://www.thesprucepets.com/thmb/tdJHMIPGGgekxBiuxXXIfwGEbbI=/1500x844/smart/filters:no_upscale()/dog-breed-profile-golden-retriever-1117969-hero-da398f6462704058ace0ef5ae007866d.jpeg" alt="리트리버">
<span style="border:1px solid black"><br><span style="color :brown" > 반려견 </span>골든 리트리버😁</span>
<br>
</div>
<br>
<a href="https://thisispaperdoll.github.io/HTML/3.html">WEB 수업</a><br>
<a href="https://thisispaperdoll.github.io/HTML/3.html">HTML 수업</a>
</div>
</body>
</html>