Skip to content

Commit

Permalink
cart feature enhance
Browse files Browse the repository at this point in the history
  • Loading branch information
purvathnere authored Jun 3, 2024
1 parent 5d7aa60 commit 4732249
Show file tree
Hide file tree
Showing 10 changed files with 2,099 additions and 1,492 deletions.
3 changes: 2 additions & 1 deletion css/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ footer{
color: #fff;
font-size: 12px;
}

footer .footerTop{
padding: 22px;
}
Expand All @@ -27,7 +28,7 @@ footer .footerTop ul{
footer .footerI h5{
color: #878787;
font-size: 12px;
margin-bottom: 12px;
margin: 20px 5px;
}
footer .mailSocial{
border-left: 1px solid #454d5e;
Expand Down
1 change: 0 additions & 1 deletion css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,6 @@ body {
width: 100px;
height: 100px;
z-index: -1;
background-image: url("../img/flipkart_lite.png");
background-position: center;
background-size: cover;
}
Expand Down
6 changes: 3 additions & 3 deletions footer/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</head>

<body>
<footer>
<footer >
<div class="container-fluid footerTop">
<div class="row footer1">
<div class="col-lg-2 col-md-4 col-sm-6">
Expand Down Expand Up @@ -99,8 +99,8 @@ <h5>Registered Office Address:</h5>
Buildings Alyssa, Begonia & Clove Embassy Tech Village,
Outer Ring Road, Devarabeesanahalli Village, Bengaluru, 560103, Karnataka, India</p>
<p>CIN : U51109KA2012PTC066107</p>
<P>Telephone: <a href="tel:044-45614700">044-45614700</a>/<a
href="tel:044-67415800">044-67415800</a></P>
<P>Telephone: <a class="text-primary" href="tel:044-45614700">044-45614700</a>/<a
class="text-primary" href="tel:044-67415800">044-67415800</a></P>
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit 4732249

Please sign in to comment.