Skip to content

Commit 8ac4f66

Browse files
committed
Initial commit
1 parent 4bdacd9 commit 8ac4f66

5 files changed

Lines changed: 1 addition & 23 deletions

File tree

checkinstyle.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* Reset */
21
* {
32
margin: 0;
43
padding: 0;
@@ -14,7 +13,6 @@ body {
1413
height: 100vh;
1514
}
1615

17-
/* Booking Container */
1816
.booking-container {
1917
width: 100%;
2018
max-width: 450px;
@@ -39,7 +37,6 @@ body {
3937
font-size: 14px;
4038
}
4139

42-
/* Form */
4340
.form-group {
4441
text-align: left;
4542
margin-bottom: 15px;
@@ -61,7 +58,6 @@ body {
6158
font-size: 14px;
6259
}
6360

64-
/* Book Button */
6561
.book-btn {
6662
width: 100%;
6763
background: #f8c146;

detailsstyle.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* Reset */
21
* {
32
margin: 0;
43
padding: 0;
@@ -11,7 +10,6 @@ body {
1110
padding: 40px 20px;
1211
}
1312

14-
/* Container */
1513
.bookings-container {
1614
max-width: 1000px;
1715
margin: auto;
@@ -33,7 +31,6 @@ body {
3331
text-align: center;
3432
}
3533

36-
/* Table */
3734
.bookings-table {
3835
width: 100%;
3936
border-collapse: collapse;
@@ -56,7 +53,6 @@ body {
5653
background: #fafafa;
5754
}
5855

59-
/* Status Badges */
6056
.status {
6157
padding: 6px 12px;
6258
border-radius: 6px;

loginstyle.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* Reset */
21
* {
32
margin: 0;
43
padding: 0;
@@ -14,7 +13,6 @@ body {
1413
height: 100vh;
1514
}
1615

17-
/* Login Container */
1816
.login-container {
1917
width: 100%;
2018
max-width: 400px;
@@ -39,7 +37,6 @@ body {
3937
font-size: 14px;
4038
}
4139

42-
/* Form */
4340
.form-group {
4441
text-align: left;
4542
margin-bottom: 15px;
@@ -60,7 +57,6 @@ body {
6057
font-size: 14px;
6158
}
6259

63-
/* Options */
6460
.options {
6561
display: flex;
6662
justify-content: space-between;
@@ -79,7 +75,6 @@ body {
7975
color: #e0a92b;
8076
}
8177

82-
/* Button */
8378
.login-btn {
8479
width: 100%;
8580
background: #f8c146;
@@ -97,7 +92,6 @@ body {
9792
background: #e0a92b;
9893
}
9994

100-
/* Sign Up Text */
10195
.signup-text {
10296
margin-top: 20px;
10397
font-size: 14px;

signupstyle.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ body {
1414
height: 100vh;
1515
}
1616

17-
/* Signup Container */
1817
.signup-container {
1918
width: 100%;
2019
max-width: 420px;
@@ -39,7 +38,6 @@ body {
3938
font-size: 14px;
4039
}
4140

42-
/* Form */
4341
.form-group {
4442
text-align: left;
4543
margin-bottom: 15px;
@@ -60,7 +58,6 @@ body {
6058
font-size: 14px;
6159
}
6260

63-
/* Button */
6461
.signup-btn {
6562
width: 100%;
6663
background: #f8c146;
@@ -78,7 +75,6 @@ body {
7875
background: #e0a92b;
7976
}
8077

81-
/* Login Redirect */
8278
.login-text {
8379
margin-top: 20px;
8480
font-size: 14px;

style.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ body {
1515
align-items: center;
1616
background-color: #1a1a1a;
1717
padding: 18px 40px;
18-
position: relative;
18+
position: fixed;
1919
top: 0;
2020
left: 0;
2121
width: 100%;
@@ -68,7 +68,6 @@ body {
6868

6969

7070

71-
/* Booking Section */
7271
.booking {
7372
background: #f5f5f5;
7473
padding: 50px 20px;
@@ -137,7 +136,6 @@ body {
137136

138137

139138

140-
/* Destinations Section */
141139
.destinations {
142140
margin-top: 20px;
143141
padding: 60px 20px;
@@ -197,7 +195,6 @@ body {
197195

198196

199197

200-
/* About Us Section */
201198
.about {
202199
padding: 70px 20px;
203200
background: #f5f5f5;
@@ -254,7 +251,6 @@ body {
254251
box-shadow: 0 4px 15px rgba(0,0,0,0.1);
255252
}
256253

257-
/* Contact Us Section */
258254
.contact {
259255
padding: 70px 20px;
260256
background: #fff;

0 commit comments

Comments
 (0)