Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmedz182 committed Mar 26, 2024
1 parent 48233c2 commit 2dd2294
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Checkout.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,10 @@
</div>
</div>

<script src="./js/style.js"></script>
<script src="./js/Checkout.js"></script>

</body>
<script src="./js/style.js"></script>
<script src="./js/Checkout.js"></script>
<footer>
<div class="footerContainer">
<div class="innerFooter">
Expand Down
4 changes: 4 additions & 0 deletions Style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -531,8 +531,12 @@ a {
.nbr {
color: wheat;
}
footer {
background-color: black;
}
.footerContainer {
display: flex;
margin-top: 40px;
flex-direction: row;
min-height: 200px;
width: 90dvw;
Expand Down

0 comments on commit 2dd2294

Please sign in to comment.