Skip to content

Commit

Permalink
index html updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajput-xv committed Oct 2, 2023
1 parent 0d7a35d commit d198a0a
Show file tree
Hide file tree
Showing 4 changed files with 318 additions and 73 deletions.
20 changes: 20 additions & 0 deletions cart-add-buy-svgrepo-com.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 24 additions & 3 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,19 @@
} */


/* #product-main{
box-shadow: 10px 10px 30px rgba(0,0,0,0.6) !important ;
}
#product{
box-shadow: 10px 10px 15px rgba(0,0,0,0.06) !important ;
}
#product-sub{
box-shadow: 10px 10px 15px rgba(0,0,0,0.06) !important ;
} */
#product-sub .pack-card .col{
box-shadow: 10px 10px 15px 10px rgba(0,0,0,0.06) !important ;
}

.hero{
background: rgb(160, 54, 54);
height: 60vh;
Expand Down Expand Up @@ -159,12 +172,14 @@
}

.pack-card{
padding-left: 0;
/* padding-left: 0; */
margin-top: 5px !important;
margin-bottom: 20px !important ;
background-color: azure;
}

.album.card-container{
background-color: antiquewhite;
/* background-color: antiquewhite; */
}

.col>.shadow-sm{
Expand All @@ -189,6 +204,12 @@
.card.shadow-sm{
border: 0 !important;
padding: 10px;
background: transparent !important;
/* background: transparent !important; */
}

#e-smart{
font-weight: bold;
}
#e-smart a{
text-decoration: none ;
}
Loading

0 comments on commit d198a0a

Please sign in to comment.