Skip to content

Commit

Permalink
Revert "Fixed misalignment issue ! #1034 #1036"
Browse files Browse the repository at this point in the history
  • Loading branch information
PriyaGhosal authored Oct 19, 2024
1 parent 276c7d0 commit 06349d0
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 61 deletions.
22 changes: 6 additions & 16 deletions hotel.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
body {

font-family: 'Poppins', sans-serif;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
min-height: 100vh;

font-family: 'Poppins', sans-serif;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
min-height: 100vh;
}

/* Header styles */
Expand All @@ -16,14 +14,6 @@ body {
padding: 20px;
}

.main-head {

background: #000000;
color: white;
padding: 20px;

}

nav {
display: flex;
justify-content: space-between;
Expand Down
12 changes: 2 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1534,17 +1534,9 @@ <h3>Share Your Experiences</h3>

transition: color 0.3s ease;
}

form {

display: flex;
flex-direction: column;
gap: 15px;
animation: fadeIn 0.8s ease-out;
width: 220px

}



form {
display: flex;
flex-direction: column;
Expand Down
49 changes: 14 additions & 35 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1165,57 +1165,36 @@ footer {
color: #ffffff;
text-align: center;
}

.footer-container {

display: flex;
justify-content: space-around;
gap: 20px;
max-width: 1200px;
margin: auto;
margin-left: 20px;

.footer-container {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
gap: 20px;
max-width: 1200px;
margin: auto;
}

.footer-column {

flex: 1;
min-width: 200px;
margin: 10px;

.footer-column {
flex: 1;
min-width: 200px;
margin: 10px;
}

.footer-column p{
color:white;
}

.footer-column a {

font-size: 16px;
line-height: 2;

}

.footer-column a {

font-size: 16px;
line-height: 2;

font-size: 16px;
line-height: 2;
}

#footer-contact-us{
display: flex;
flex-direction: column;
}

.footer-column h3 {

margin-bottom: 5px;
font-size: 18px;
color: #f39c12;

}

.footer-column h3 {
margin-bottom: 5px;
font-size: 18px;
Expand Down

0 comments on commit 06349d0

Please sign in to comment.