Skip to content

Commit daa6640

Browse files
author
JorvanW
committed
Added a fixed position to the footer to ensure it
stays at the bottom of the page, and added styling for background and border to make it visually distinct.
1 parent ec2ee6b commit daa6640

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Wireframe/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,13 @@ main {
6060
margin: 0 auto calc(var(--space) * 4) auto;
6161
}
6262
footer {
63+
position: fixed;
64+
bottom: 0;
65+
left: 0;
66+
width: 100%;
6367
text-align: center;
68+
background: var(--paper);
69+
border-top: var(--line);
6470
}
6571
/* ====== Articles Grid Layout ====
6672
Setting the rules for how articles are placed in the main element.

0 commit comments

Comments
 (0)