-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
61 lines (57 loc) · 2.17 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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css?family=Anton&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Nanum+Gothic+Coding&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Nanum+Gothic+Coding|Nanum+Pen+Script|Sunflower:300&display=swap" rel="stylesheet">
<title> 망이 & 몽이 청첩장</title>
</head>
<body>
<section id="main_visual">
<header id="main_header">
<h1>몽이, 망이 결혼합니다.</h1>
<div class="info">
<time>21.10.16<br></time>
</div>
</header>
</section>
<section id="intro">
<h2>저희 두 사람이<br>
첫 날을 함께해 주셔서 감사합니다
</h2>
<p>새로운 출발이라고 생각하는 결혼식<br>
기다리고 기다렸던 이 날이 오기까지<br>
많은 사람들의 관심이 저희를<br>
여기까지 올 수 있게 만들었던거 같습니다<br>
앞으로도 행복한 가정을 이룰 수 있도록<br>
축복을 빌어주세요.<br>
</p>
<div class="intro_name">
<span>몽이</span> 그리고 <span>망이</span>
</div>
<address>2021년 11월 16일 토요일 오후 2시
<br>부산 디엘 웨딩홀</address>
</section>
<section id="invitation">
<h2>초대합니다.</h2>
<time>2021년 10월 16일 토요일 오후 2시00분</time>
<div class="address">
부산 디엘 웨딩홀 <br>
</div>
</section>
<footer>
<ul class="tranport">
<li>지하철 범일동역</li>
<li>XXX 정류장<br>
111, 2222, 3333, 444, 555
</li>
<li>XXX 정류쇼<br>
111, 2222, 3333, 444, 555
</li>
</ul>
</footer>
</body>
</html>