Skip to content

Commit 986e91f

Browse files
Clean up style.css by removing comments
Removed commented-out CSS code for unused styles.
1 parent 01760d6 commit 986e91f

File tree

1 file changed

+2
-105
lines changed

1 file changed

+2
-105
lines changed

Travelling Website/style.css

Lines changed: 2 additions & 105 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,6 @@ header {
106106
color: white;
107107
}
108108

109-
/* .rightitems {
110-
align-items: end;
111-
justify-content: end;
112-
} */
113109
.flight-booking {
114110
background: #f9fbff;
115111
border-radius: 16px;
@@ -262,98 +258,6 @@ header {
262258
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
263259
}
264260

265-
/*
266-
.bookingpagelow {
267-
height: 40vh;
268-
width: 40vw;
269-
background-color: #F7F8F9;
270-
border-radius: 20px;
271-
align-items: center;
272-
justify-content: center;
273-
box-shadow: 0px 2px 10px black;
274-
padding: 20px 20px;
275-
276-
}
277-
278-
#input {
279-
width: 36vw;
280-
height: 60px;
281-
border: 0px;
282-
border-radius: 5px;
283-
padding: 30px;
284-
margin-bottom: 10px;
285-
margin-top: 25px;
286-
}
287-
288-
.bookingpagetop {
289-
height: auto;
290-
width: 30vw;
291-
background-color: white;
292-
margin-top: 4px;
293-
margin-bottom: 15px;
294-
border-radius: 10px;
295-
box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
296-
z-index: 10;
297-
display: flex;
298-
justify-content: center;
299-
align-items: center;
300-
text-align: center;
301-
padding: 10px 0;
302-
position: relative;
303-
}
304-
305-
.bookingpagetop h1 {
306-
color: #123C69;
307-
font-weight: 500;
308-
letter-spacing: 2px;
309-
font-size: 18px;
310-
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
311-
}
312-
313-
.departure i {
314-
margin-left: 15px;
315-
cursor: pointer;
316-
} */
317-
318-
/* #input1 {
319-
width: 34vw;
320-
height: 55px;
321-
border: 0px;
322-
cursor: pointer;
323-
} */
324-
/* .booking-input {
325-
width: 100%;
326-
height: 55px;
327-
border: 0px;
328-
outline: none;
329-
cursor: pointer;
330-
padding-left: 10px;
331-
font-size: 16px;
332-
}
333-
334-
.departure {
335-
margin-top: 10px;
336-
margin-bottom: 10px;
337-
background-color: white;
338-
justify-content: space-between;
339-
align-items: center;
340-
border-radius: 5px;
341-
border: 2px solid rgb(221, 213, 213);
342-
height: 60px;
343-
display: flex;
344-
}
345-
346-
.departure2 {
347-
margin-top: 10px;
348-
margin-bottom: 10px;
349-
background-color: white;
350-
justify-content: space-between;
351-
align-items: center;
352-
border-radius: 5px;
353-
border: 0px;
354-
height: 60px;
355-
} */
356-
357261
.account {
358262
border: 2px solid #123C69;
359263
border-radius: 5px;
@@ -616,9 +520,6 @@ header {
616520
font-size: 18px;
617521
}
618522

619-
/* === ADD THIS ENTIRE BLOCK TO THE END OF YOUR CSS FILE === */
620-
/* === ADD THIS ENTIRE BLOCK TO THE END OF YOUR CSS FILE === */
621-
622523
/* For Tablets */
623524
@media (max-width: 992px) {
624525
.navbarleft > ul:first-of-type {
@@ -644,25 +545,21 @@ header {
644545
/* For Mobile Phones */
645546
@media (max-width: 768px) {
646547
.heroimg {
647-
/* Adds space on the left/right of the entire form area */
648548
padding-left: 15px;
649549
padding-right: 15px;
650-
background-attachment: scroll; /* Fixes background on mobile */
550+
background-attachment: scroll;
651551
}
652552

653553
.bookingpage {
654-
/* Remove original padding to prevent double-padding */
655554
padding: 30px 0;
656555
}
657556

658557
.bookingpagetop,
659558
.flight-booking {
660-
/* Forces both the title and the form to fit the screen */
661559
width: 100%;
662560
}
663561

664562
.booking-grid {
665-
/* Stacks all form fields vertically */
666563
grid-template-columns: 1fr;
667564
}
668565

@@ -679,4 +576,4 @@ header {
679576
.search-btn {
680577
width: 100%;
681578
}
682-
}
579+
}

0 commit comments

Comments
 (0)