Skip to content

Commit b464775

Browse files
Style the footer in account page
1 parent 7ab2fb3 commit b464775

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

account.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
</section>
9090

9191
<!-- FOOTER SECTION -->
92-
<footer>
92+
<footer class="bg-white">
9393
<div class="container">
9494
<div class="row">
9595
<div class="footer-col-1">

style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,10 @@ select {
571571

572572
/* ACCOUNT PAGE */
573573

574+
footer.bg-white {
575+
background-color: #fff;
576+
}
577+
574578
.account {
575579
padding: 5rem 0;
576580
background-color: #f2f0f1;

0 commit comments

Comments
 (0)