-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvacation.html
261 lines (214 loc) · 10 KB
/
vacation.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
<!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>OurVacation</title>
<style>
table, th, tr {
margin-left: 280px;
text-align: center;
padding: 8px;
border-radius: 12px;
border-spacing: 4px;
}
th {
background-color: skyblue;
border-spacing: 8px;
}
td {
background-color: #D6EEEE;
}
h2 {
text-align: center;
}
img {
margin: 5px;
}
tr:hover {
background-color: #D6EEEE;
}
.special {
background-color: beige;
}
div {
width: 0px;
height: 0px;
background: red;
position: relative;
animation: myfirst 6s 2;
animation-direction: alternate;
}
@keyframes myfirst {
0% { left: 30px; top: 20px;}
25% { left: 80px; top: 120px;}
/* 50% { left: 100px; top: 300px;} */
/* 75% { left: 0px; top: 200px;}
100% { left: 0px; top: 0px;} */
}
details { margin:5px 0 10px; float:left;}
details > summary { background:#444; color:#fff; padding:10px; outline:0; border-radius:5px; cursor:pointer; transition:background 0.5s; text-align:left; box-shadow: 1px 1px 2px gray; width: 10px;}
details > summary::-webkit-details-marker { background:#444; color:#fff; background-size:contain; transform:rotate3d(0, 0, 1, 90deg); transition:transform 0.25s;}
details[open] > summary::-webkit-details-marker { transform:rotate3d(0, 0, 1, 180deg);}
details[open] > summary { background:#444;}
details[open] > summary ~ * { animation:reveal 0.5s;}
.tpt { background:#444; color:#fff; margin:5px 0 10px; padding:5px 10px; line-height:10px; border-radius:10px; box-shadow: 1px 1px 2px gray;}
@keyframes reveal {
from { opacity:0; transform:translate3d(0, -30px, 0); }
to { opacity:1; transform:translate3d(0, 0, 0); }
}
/*
<a href="https://www.flaticon.com/free-icons/google-maps" title="google maps icons">Google maps icons created by Freepik - Flaticon</a>
<a href="https://www.flaticon.com/free-icons/review" title="review icons">Review icons created by Aldo Cervantes - Flaticon</a> */
</style>
</head>
<body>
<h2> 🌹🌻 2박 3일 여행 일정표 🌻🌹</h2>
<div><img src="car.png" style="height:40px"></div>
<img src="map.png" style="height:200px;">
<table style = "width: 70%">
<tbody>
<tr>
<th>DAY</th>
<!-- <th>3일(수)</th> -->
<th>5일(금)</th>
<th>6일(토)</th>
<th>7일(토)</th>
</tr>
<tr>
<th>장소</th>
<!-- <td>대구(이안센트럴)</td> -->
<td>청도</td>
<td>고성</td>
<td>집</td>
</tr>
<tr>
<th>08:00</th>
<!-- <td rowspan="6"> </td> -->
<td rowspan="2"> </td>
<td rowspan="2">
고성출발<br>
<a href="https://map.naver.com/v5/search/%EA%B3%A0%EC%84%B1/address/14300977.036800254,4633334.416784579,%EA%B0%95%EC%9B%90%EB%8F%84%20%EA%B3%A0%EC%84%B1%EA%B5%B0,adm?c=14234345.2861687,4636796.9796264,9,0,0,0,dh"><img src="google-maps.png" style="width:20px;height:auto;"></a>
</td>
<td rowspan="116"> </td>
</tr>
<tr>
<th>09:00</th>
<!-- <td> </td> -->
</tr>
<tr>
<th>10:00</th>
<td>전복구이</td>
<td rowspan="2">
공룡박물관<br>
<a href="https://map.naver.com/v5/search/%EA%B3%B5%EB%A3%A1%EB%B0%95%EB%AC%BC%EA%B4%80/place/12306431?c=14261712.0920492,4151400.6475488,13,0,0,0,dh&placePath=%3Fentry%253Dbmp"><img src="naver.jpg" style="width:20px;height:auto;"></a>
<a href="https://blog.naver.com/diddyd85/222822216792"><img src="review.png" alt = "공룡박문관리뷰" style="width:20px;height:auto;"></a>
<a>
<details>
<summary></summary>
<p>어른: 3,000원 <br> 어린이: 1,500원</p>
</details>
</a>
</td>
<!-- <td> </td> -->
</tr>
<tr>
<th>11:00</th>
\ <td>청도출발<br>
<a href="https://map.naver.com/v5/search/%EC%B2%AD%EB%8F%84%EB%AF%B8%EB%82%98%EB%A6%AC%EC%82%BC%EA%B2%B9%EC%82%B4/place/13351654?c=14315696.7685401,4252211.8562966,10,0,0,0,dh&placePath=%3Fentry%253Dbmp"><img src="naver.jpg" style="width:20px;height:auto;"></a>
<a href="https://blog.naver.com/somuseum/222824421596"><img src="review.png" alt="미나리삼겹살리뷰" style="width:20px;height:auto;"></a>
</td>
<!-- <td> </td> -->
</tr>
<tr>
<th>12:00</th>
<td rowspan="3">와인터널
<br>
<a href="https://map.naver.com/v5/search/%EC%99%80%EC%9D%B8%ED%84%B0%EB%84%90/place/11854101?c=14328148.2543354,4261433.0993002,15,0,0,0,dh&placePath=%3Fentry%253Dbmp"><img src="naver.jpg" style="width:20px;height:auto;"></a>
<a href="https://blog.naver.com/kwhyun1627/222811116691"><img src="review.png" alt="와인터널리뷰" style="width:20px;height:auto;"></a>
</td>
<td rowspan="2">통영짬뽕(점심)<br>
<a href="https://map.naver.com/v5/entry/place/1635809541?c=14284093.5769860,4170528.9762793,11,0,0,0,dh"><img src="naver.jpg" style="width:20px;height:auto;"></a>
<a href="https://blog.naver.com/ekal3659/222811277325"><img src="review.png" alt="짬뽕집리뷰" style="width:20px;height:auto;"></a>
</td>
<!-- <td> </td> -->
</tr>
<tr>
<th>13:00</th>
<!-- <td rowspan="2">
와인터널<br>
<a href="https://map.naver.com/v5/search/%EC%99%80%EC%9D%B8%ED%84%B0%EB%84%90/place/11854101?c=14328148.2543354,4261433.0993002,15,0,0,0,dh&placePath=%3Fentry%253Dbmp"><img src="naver.jpg" style="width:20px;height:auto;"></a>
<a href="https://blog.naver.com/kwhyun1627/222811116691"><img src="review.png" alt="와인터널리뷰" style="width:20px;height:auto;"></a>
</td> -->
<!-- <td> </td> -->
</tr>
<tr>
<th>14:00</th>
<!-- <td>대구 도착</td> -->
<td rowspan="2">고성 상족암 투어<br>
<a href="https://map.naver.com/v5/entry/place/11622368?c=14265610.5340126,4151490.7953327,15,0,0,0,dh"><img src="naver.jpg" style="width:20px;height:auto;"></a>
<a href="https://blog.naver.com/shj100518/222780622452"><img src="review.png" alt="상족암공원리뷰" style="width:20px;height:auto;"></a>
</td>
<!-- <td> </td> -->
</tr>
<tr>
<th>15:00</th>
<!-- <td>교동면옥(점심)</td> -->
<td rowspan = "2">레일바이크<br>
<a href="https://map.naver.com/v5/search/%EC%B2%AD%EB%8F%84%20%EB%A0%88%EC%9D%BC%EB%B0%94%EC%9D%B4%ED%81%AC/place/38258910?c=14326875.6833125,4252211.8562966,12,0,0,0,dh&placePath=%3Fentry%253Dbmp"><img src="naver.jpg" style="width:20px;height:auto;"></a>
<a href="https://blog.naver.com/minimicodi/222726643232"><img src="review.png" alt="레일바이크리뷰" style="width:20px;height:auto;"></a>
</td>
<!-- <td> </td> -->
</tr>
<tr>
<th>16:00</th>
<!-- <td>중앙로 떡볶이</td> -->
<td rowspan="2">고성 만화 방초(수국축제)</td>
<!-- <td> </td> -->
</tr>
<tr>
<th>17:00</th>
<!-- <td>2.28공원, 계산 성당</td> -->
<td rowspan="2">카페 덕남</td>
<!-- <td> </td> -->
</tr>
<tr>
<th>18:00</th>
<!-- <td rowspan="3">서문야시장</td> -->
<td rowspan="2">본토대가(저녁)</td>
<!-- <td> </td> -->
</tr>
<tr>
<th>19:00</th>
<td rowspan="2">한재마실</td>
<!-- <td> </td> -->
</tr>
<tr>
<th>20:00</th>
<td rowspan="5"> </td>
<!-- <td> </td> -->
</tr>
<tr>
<th>21:00</th>
<!-- <td>두류공원</td> -->
<td rowspan="4"> </td>
<!-- <td> </td> -->
</tr>
<tr>
<th>22:00</th>
<td rowspan="4"> </td>
<!-- <td> </td> -->
</tr>
<tr>
<th>23:00</th>
<!-- <td> </td> -->
</tr>
<tr>
<th>24:00</th>
<!-- <td> </td> -->
</tr>
</tbody>
</table>
</body>
</html>