Skip to content

Commit 1aca3d1

Browse files
author
Yonas Gebre
committed
footer styles
1 parent c0cca26 commit 1aca3d1

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

Wireframe/style.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,15 @@ main {
5353
max-width: var(--container);
5454
margin: 0 auto calc(var(--space) * 4) auto;
5555
}
56+
5657
footer {
57-
bottom: 0;
58-
text-align: center;
58+
height: 60px;
59+
background-color:#111;
60+
color: #fff;
61+
display: flex;
62+
align-items: center;
63+
justify-content: center;
64+
bottom: 0;
5965
}
6066
/* ====== Articles Grid Layout ====
6167
Setting the rules for how articles are placed in the main element.

0 commit comments

Comments
 (0)