-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathme.html
More file actions
86 lines (84 loc) · 3 KB
/
me.html
File metadata and controls
86 lines (84 loc) · 3 KB
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
<html>
<head>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<header class="header">Header</header>
<main class="container">
<section class="Accommodations">
<h2 class="a-header">Accommodations</h2>
<div class="a-card a-card-1">
<div class="banner-img">
<img src="https://loremflickr.com/640/360"
alt="hotel pic"
class="img">
</div>
<h3 class="hotel-name">Hotel Name</h3>
<p4 class="pricing">Hotel Pricing</p4>
<p5 class="stars">****</p5>
</div>
<div class="a-card a-card-1">
<div class="banner-img">
<img src="https://loremflickr.com/640/360"
alt="hotel pic"
class="img">
</div>
<h3 class="hotel-name">Hotel Name</h3>
<p4 class="pricing">Hotel Pricing</p4>
<p5 class="stars">****</p5>
</div>
<div class="a-card a-card-1">
<div class="banner-img">
<img src="https://loremflickr.com/640/360"
alt="hotel pic"
class="img">
</div>
<h3 class="hotel-name">Hotel Name</h3>
<p4 class="pricing">Hotel Pricing</p4>
<p5 class="stars">****</p5>
</div>
<div class="a-card a-card-1">
<div class="banner-img">
<img src="https://loremflickr.com/640/360"
alt="hotel pic"
class="img">
</div>
<h3 class="hotel-name">Hotel Name</h3>
<p4 class="pricing">Hotel Pricing</p4>
<p5 class="stars">****</p5>
</div>
<div class="a-card a-card-1">
<div class="banner-img">
<img src="https://loremflickr.com/640/360"
alt="hotel pic"
class="img">
</div>
<h3 class="hotel-name">Hotel Name</h3>
<p4 class="pricing">Hotel Pricing</p4>
<p5 class="stars">****</p5>
</div>
<div class="a-card a-card-1">
<div class="banner-img">
<img src="https://loremflickr.com/640/360"
alt="hotel pic"
class="img">
</div>
<h3 class="hotel-name">Hotel Name</h3>
<p4 class="pricing">Hotel Pricing</p4>
<p5 class="stars">****</p5>
</div>
<p3 class="show-more">
<a href="#">Show more</a>
</p3>
</section>
<section class="Most-Popular">Most Popular</section>
<section class="Activities">Activities
<div class="aspect-ratio-box"></div>
<h1 class="hb">
Happy Birthday
</h1>
</section>
</main>
<footer class="footer-links">Footer</footer>
</body>
</html>