Skip to content

Commit 88dc116

Browse files
committed
Initial commit
1 parent cd7616f commit 88dc116

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010

1111
<!-- Navbar -->
1212
<nav class="navbar">
13+
1314
<div class="logo">HotelBook</div>
15+
1416
<ul class="nav-links">
1517
<li><a href="#">Home</a></li>
1618
<li><a href="details.html" target="_blank">Bookings</a></li>

style.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ body {
3131
.nav-links {
3232
list-style: none;
3333
display: flex;
34+
flex-wrap: wrap;
35+
3436
gap: 25px;
3537
}
3638

@@ -45,6 +47,13 @@ body {
4547
color: lab(86.72% -74.25 42.93);
4648
}
4749

50+
@media (max-width: 768px) {
51+
.menu-icon {
52+
display: block;
53+
color: #1a1a1a;
54+
}
55+
}
56+
4857
.btn {
4958
background-color: lab(86.72% -74.25 42.93);
5059
color: #1a1a1a !important;

0 commit comments

Comments
 (0)