There was an error while loading. Please reload this page.
1 parent 21f956c commit ace52a2Copy full SHA for ace52a2
1 file changed
Wireframe/style.css
@@ -31,6 +31,7 @@ body {
31
background: var(--paper);
32
color: var(--ink);
33
font: var(--font);
34
+ padding-bottom: 50px;
35
}
36
header {
37
text-align: center;
@@ -66,9 +67,11 @@ https://www.w3.org/WAI/tutorials/page-structure/regions/
66
67
*/
68
footer {
69
position: fixed;
70
+ left: 0;
71
bottom: 0;
72
width: 100%;
73
74
+ background-color: #ebcb6e;
75
76
/* ====== Articles Grid Layout ====
77
Setting the rules for how articles are placed in the main element.
0 commit comments