Skip to content

Commit

Permalink
Improved the UI of Contact Us Page
Browse files Browse the repository at this point in the history
  • Loading branch information
jency1 committed May 30, 2024
1 parent 59a67a5 commit 549b73b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 9 deletions.
23 changes: 14 additions & 9 deletions Css-files/ContactUpdate.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ body {
font-family: var(--primary-font);
font-size: 100%;
font-weight: 400;
background-color: brown;
}

#active-page{
Expand Down Expand Up @@ -101,6 +102,8 @@ h2 {
font-family: var(--secondry-font);
color: var(--secondry-color);
line-height: 3rem;
color: whitesmoke;
padding-bottom: 2rem;
}

h4 {
Expand Down Expand Up @@ -236,7 +239,7 @@ nav{
.navigbar{
display: flex;
justify-content: space-between;
background: #0000007c;
background: black;
padding-left: 2rem;
padding-right: 2rem;
align-items: center;
Expand Down Expand Up @@ -361,13 +364,12 @@ nav{
==========================================
*/
.explore-food .card{
border:none;
background-color:transparent;
border-radius: 0.9375rem;
}

.explore-food .card :hover {
transform: scale(0.9);
transform: scale(0.99);
}

.explore-food .card img{
Expand All @@ -380,12 +382,14 @@ nav{
display:block;
font-size: 1.5rem;
font-weight: 700;
color:var(--primary-color);
/* color:var(--primary-color); */
color: white;
padding-bottom: 1rem;
border-bottom:0.0625rem solid #eee;
}
.explore-food p{
color:var(--text-color);
/* color:var(--text-color); */
color: white;
font-size: 14px;
line-height: 22px;
}
Expand Down Expand Up @@ -428,7 +432,7 @@ nav{
.testimonial-section .carousel-indicators button{
width:15px;
height:15px;
outline:none;
outline:auto;
border-radius: 50%;
border: none;
margin-right:1rem;
Expand Down Expand Up @@ -491,6 +495,7 @@ ul a{

.copyright{
padding-top: 10px;
padding-bottom: 10px;
}

form {
Expand Down Expand Up @@ -576,7 +581,7 @@ textarea {
background:transparent;
border:0.1875rem solid var(--white-color);
color:var(--black-color);
font-weight: 700;
font-weight: 500;
}
.newsletter .main-btn{
height:2.25rem;
Expand All @@ -586,7 +591,7 @@ textarea {
background-color: var(--white-color);
border:0.1875rem solid var(--white-color);
color:var(--black-color);
font-weight: 700;
font-weight: 500;
}
.newsletter:hover .form-control{
border:0.1875rem solid var(--primary-color);
Expand All @@ -600,7 +605,7 @@ textarea {
.newsletter .form-control:focus{
outline:none;
box-shadow: none;
border-color:var(--primary-color);
/* border-color:var(--primary-color); */
}

/* <!--Responsive Design--> */
Expand Down
5 changes: 5 additions & 0 deletions Html-files/ContactUpdate.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ <h2>Exclusive Offers</h2>
</div>
</div>
</div>

<div class="row pt-5">

<div class="col-lg-4 col-md-6 mb-lg-0 mb-5">
<div class="card border">
<img decoding="async" src="/Html-files/assets/Food-coupons.jpg" class="img-fluid">
Expand All @@ -87,6 +89,7 @@ <h5>🎉 Grab your savings now with our unbeatable new discounts! 💸</h5>
</div>
</div>
</div>

<div class="col-lg-4 col-md-6 mb-lg-0 mb-5">
<div class="card border">
<img decoding="async" src="/Html-files/assets/Food-collaboration.jpg" class="img-fluid">
Expand All @@ -97,6 +100,7 @@ <h5>🤝 Exciting new collaborations just launched! Discover the latest partners
</div>
</div>
</div>

<div class="col-lg-4 col-md-6 mb-lg-0 mb-5">
<div class="card border">
<img decoding="async" src="/Html-files/assets/game.png" class="img-fluid">
Expand All @@ -107,6 +111,7 @@ <h5>🎮 New games alert! Level up your fun with our latest releases! 🚀</h5>
</div>
</div>
</div>

</div>
</div>
</div>
Expand Down

0 comments on commit 549b73b

Please sign in to comment.