Skip to content

Commit

Permalink
Merge branch 'main' into add-forgetpass-section
Browse files Browse the repository at this point in the history
  • Loading branch information
MuraliDharan7 authored Jun 20, 2024
2 parents b41be00 + 7b0da3e commit 3acc369
Show file tree
Hide file tree
Showing 72 changed files with 3,766 additions and 4,150 deletions.
56 changes: 50 additions & 6 deletions Css-files/cart.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
box-sizing: border-box;
font-family: "Bree Serif", serif;
}
.navigbar {
top: 40px;
}

.mainhead {
text-align: center;
padding-top: 50px;
Expand Down Expand Up @@ -63,8 +61,8 @@
border: 1px solid gray;
}

.quantity-wrapper *,
.btn {
.quantity-wrapper *
{
display: inline-block;
width: 30px;
height: 30px;
Expand Down Expand Up @@ -152,4 +150,50 @@ textarea {
align-items:flex-start;
gap: 5px;
}
}
}
.congomessagebox {
display: flex;
justify-content: center;
align-items: center;
height: 10vh;
margin: 0;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
background-color: #f0f8ff;
color: rgb(22, 22, 18);
}

.modal {
display: none;
position: fixed;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
/* background-color: rgba(0, 0, 0, 0.4); */
background-image: url('../Images/congo-box-background.jpg');
/* https://i.ytimg.com/vi/6N_nf1dx5aY/maxresdefault.jpg */
background-repeat: no-repeat;
background-size: 100% 100%;}
/* }Confetti Background GIF by Justin - Find & Share on GIPHY.gif */
.modal-content {
background-color: #fefefe;
/* background-color: rgba(255, 255, 255, 0.8); */
margin: 15% auto;
padding: 20px;
border: 1px solid #888;
width: 50%;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
opacity: 0.7;
}
/* h1 {
color: #4CAF50;
} */
.close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
}
Loading

0 comments on commit 3acc369

Please sign in to comment.