-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfirst_part.html
51 lines (49 loc) · 2.05 KB
/
first_part.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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<title>쿠름이</title>
<meta name="viewpoint" content="width=device-width, initial-scale=1"><!--디바이스의 가 폭에 맞춰 보여주세요-->
<script>
(function(d) {
var config = {
kitId: 'zwa7seq',
scriptTimeout: 3000,
async: true
},
h=d.documentElement,t=setTimeout(function(){h.className=h.className.replace(/\bwf-loading\b/g,"")+" wf-inactive";},config.scriptTimeout),tk=d.createElement("script"),f=false,s=d.getElementsByTagName("script")[0],a;h.className+=" wf-loading";tk.src='https://use.typekit.net/'+config.kitId+'.js';tk.async=true;tk.onload=tk.onreadystatechange=function(){a=this.readyState;if(f||a&&a!="complete"&&a!="loaded")return;f=true;clearTimeout(t);try{Typekit.load(config)}catch(e){}};s.parentNode.insertBefore(tk,s)
})(document);
</script>
<link rel="stylesheet" href="css/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Sunflower&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<style>
body{
background-image: url(campus.jpeg);
background-repeat: no-repeat;
background-size: cover;
height: 100vh;
}
</style>
</head>
<body>
<p class="title">성공회대학교</p>
<p class="title">체감온도</p>
<div class="absolute">
<a class="material-icons" style="font-size: 50px; color:#FF9100; margin-left: 80px; " href="#">
light_mode
</a>
<a class="material-icons" style="font-size: 50px; color: white; " href="#">
cloud
</a>
<a class="material-icons" style="font-size: 50px; color: #36C3FF; " href="#">
ac_unit
</a>
<a class="material-icons" style="font-size: 50px; color: #363DFF; " href="#">
water_drop
</a>
</div>
</body>
</html>