There was an error while loading. Please reload this page.
1 parent d79befd commit b60141eCopy full SHA for b60141e
1 file changed
Wireframe/style.css
@@ -49,12 +49,17 @@ https://www.w3.org/WAI/tutorials/page-structure/regions/
49
main {
50
max-width: var(--container);
51
margin: 0 auto calc(var(--space) * 4) auto;
52
+
53
}
54
footer {
55
position: fixed;
56
bottom: 0;
57
+ left: 0;
58
width: 100%;
59
text-align: center;
60
+ background-color: white;
61
+ padding: 2px 0;
62
+ border-top: 1px solid black;
63
64
/* ====== Articles Grid Layout ====
65
Setting the rules for how articles are placed in the main element.
0 commit comments