Skip to content

Commit 308da05

Browse files
committed
Improve footer styling
1 parent 2f81c80 commit 308da05

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Wireframe/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,11 @@ main {
5252
footer {
5353
position: fixed;
5454
bottom: 0;
55+
width: 100%;
56+
background: #333;
57+
color: white;
5558
text-align: center;
59+
padding: 10px;
5660
}
5761
/* ====== Articles Grid Layout ====
5862
Setting the rules for how articles are placed in the main element.

0 commit comments

Comments
 (0)