Skip to content

Commit

Permalink
Merge pull request #667 from Sypher0Dronzer/CartUI
Browse files Browse the repository at this point in the history
the cart footer and the items have been improved
  • Loading branch information
sunny0625 authored May 30, 2024
2 parents b323010 + 72ea256 commit 59a67a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Css-files/cart.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
#cart-items {
width: 100%;
}

.cart-item {
color: black;
width: 100%;
display: flex;
justify-content: space-between;
Expand Down Expand Up @@ -87,11 +89,15 @@
}
.empty-cart * {
text-align: center;
color: black;
}
.empty-cart p {
max-width: 500px;
width: 100%;
}
.butt{
color: white;
}
.empty-cart h4, .empty-cart button {
margin: 20px;
}
Expand Down
1 change: 1 addition & 0 deletions Html-files/cart.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ <h1>C A R T</h1>
</div>

</section>
</section>

<footer>
<div class="foot-panel2">
Expand Down

0 comments on commit 59a67a5

Please sign in to comment.