-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path윤채원SNS.html
81 lines (74 loc) · 2.77 KB
/
윤채원SNS.html
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html>
<head>
<title>SNS</title>
<style>
body{
background-color: #201e1b;
color:rgb(255, 248, 242);
}
.background{
background-image:url("./picture_file/chaewon_picture/cwBg.png");
background-repeat:no-repeat;
background-size:contain;
background-position:center;
}
.nav-container{
display: flex;
flex-direction: row;
width: 100%;
margin:0;
padding:0;
background-color: rgb(0,0,0,0.5);
list-style-type: none;
position:fixed;
top: 0;
left:0;
}
.nav-item{
margin:1vw auto;
cursor:pointer;
}
.nav-item a{
font-size:80%;
text-align:center;
text-decoration:none;
color:rgb(255, 248, 242);
}
h2{
font-size: 100%;
font-weight:normal;
color: gray;
}
.center-text{
text-align: center;
}
</style>
</head>
<nav>
<ul class="nav-container">
<li class="nav-item"> <a href="윤채원.html" style="color: #9f7f51;">Chaewon Yoon</a></li>
<li class="nav-item"> <a href="윤채원introduce.html">Introduce</a></li>
<li class="nav-item"> <a href="윤채원Past&Future.html">Past&Future</a></li>
<li class="nav-item"> <a href="윤채원SNS.html">SNS</a></li>
<li class="nav-item"> <a href="index.html">Team5</a></li>
</ul>
<div style="width:400px; margin:0 auto; margin-top:100px; ">
<img style="width:400px"src="./picture_file/chaewon_picture/cwBg3.png">
</div>
<h2 class="center-text">S N S L I N K </h2>
<hr style="width:40%;">
<div style=" margin:0 auto; margin-top:40px; width:120px;">
<table>
<td><a href="https://instagram.com/chxx_one?igshid=YmMyMTA2M2Y="><img style="width:35px;" src="./picture_file/chaewon_picture/insta.png"></a></td>
<td style="width:55px;"></td>
<td><a href="http://qr.kakao.com/talk/G9QEmQSr1deOAPRhBbyNAq5qYgI-"><img style="width:40px;" src="./picture_file/chaewon_picture/kakao.png"></a></td>
</table>
</div>
</body>
<footer>
<div style="color: #9f7f51; text-align:center;" >
<p style="font-size: 50%; margin-top:200px; margin-bottom:200px;">@made by Chaewon Yoon</p>
</div>
</footer>
</html>