-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (63 loc) · 2.54 KB
/
index.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
<!DOCTYPE HTML>
<html>
<head>
<title>choye</title>
<meta charset="utf-8">
<link href="https://fonts.googleapis.com/css?family=Comic+Neue|Lora|Quicksand|Raleway&display=swap" rel="stylesheet">
<link href="styles/style.css" rel="stylesheet">
<style>
@media(min-width: 1100px)
{
body {
background-image: url(images/park.jpg);
background-color: white;
background-position: 180px 0px;
background-repeat: no-repeat;
background-size: cover;
}
#menu {
border-bottom: none;
padding: 20px 0;
}
.nav-t a, #main-text {
color: white
}
.content {
display: grid;
text-align: left;
grid-template-columns: 15% 85%;
padding: 0;
}
}
</style>
</head>
<body>
<div id="menu">
<div class="logo">
<h1><a href="index.html">choye</a></h1>
</div>
<div class="nav">
<div class="nav-t"><a href="taste-3.html" rel="menu1">CONCEPT</a></div>
<div class="nav-t"><a href="taste-3.html" rel="menu1">INDIVIDUALITY</a></div>
<div class="nav-t"><a href="real-taste-3.html" rel="menu1">TASTE</a></div>
<div class="nav-t"><a href="challenge-4.html" rel="menu1">CHALLENGE</a></div>
<div class="nav-t"><a href="taste-3.html" rel="menu1">WORKS</a></div>
<div class="nav-t"><a href="taste-3.html" rel="menu1">CONTACT</a></div>
</div>
<div class="sns">
<a href="https://www.facebook.com/profile.php?id=100031110920197"><img src="images/facebook-white.png" alt="facebook"></a>
<a href="https://www.instagram.com/choye_921/"><img src="images/instagram-white.png" alt="instagram"></a>
</div>
<div id="more">
<a href="index.html"><img src="images/menu-white.png" alt="menu"></a></div>
</div>
<div class="content">
<div id="blank"></div>
<div id="text">
<div id="main">
<p><strong>THINK</strong><br>FOR<br>SOMETHING NEW</p>
</div>
</div>
</div>
</body>
</html>