Skip to content

Commit 3b9ff31

Browse files
committed
updating footer format in CSS to be bottom of viewport
1 parent daf6dc3 commit 3b9ff31

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Wireframe/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ main {
5757
}
5858
footer {
5959

60+
position: fixed;
61+
bottom: 0;
62+
background: var(--paper);
63+
color: var(--ink);
64+
font: var(--font);
6065
text-align: center;
6166
}
6267
/* ====== Articles Grid Layout ====

0 commit comments

Comments
 (0)