There was an error while loading. Please reload this page.
1 parent cc67c48 commit 7e46474Copy full SHA for 7e46474
1 file changed
Wireframe/style.css
@@ -57,9 +57,13 @@ main {
57
margin: 0 auto calc(var(--space) * 4) auto;
58
}
59
footer {
60
- display: flex;
61
- justify-content: center; /* Centers horizontally */
+ position: fixed;
+ bottom: 0;
62
+ left: 0;
63
+ width: 100%;
64
align-items: center;
65
+ text-align: center;
66
+ background-color: aqua;
67
68
/* ====== Articles Grid Layout ====
69
Setting the rules for how articles are placed in the main element.
0 commit comments