There was an error while loading. Please reload this page.
1 parent c0cca26 commit 1aca3d1Copy full SHA for 1aca3d1
1 file changed
Wireframe/style.css
@@ -53,9 +53,15 @@ main {
53
max-width: var(--container);
54
margin: 0 auto calc(var(--space) * 4) auto;
55
}
56
+
57
footer {
- bottom: 0;
58
- text-align: center;
+ height: 60px;
59
+ background-color:#111;
60
+ color: #fff;
61
+ display: flex;
62
+ align-items: center;
63
+ justify-content: center;
64
+ bottom: 0;
65
66
/* ====== Articles Grid Layout ====
67
Setting the rules for how articles are placed in the main element.
0 commit comments