Skip to content

Commit 7a92903

Browse files
committed
fix footer border and add page background colour
1 parent 70eacf9 commit 7a92903

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

Wireframe/style.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ body {
3434
background: var(--paper);
3535
color: var(--ink);
3636
font: var(--font);
37+
background: rgba(160, 227, 134, 0.252);
38+
padding: 0;
39+
margin: 0;
40+
3741
}
3842
a {
3943
padding: var(--space);
@@ -60,10 +64,8 @@ footer {
6064
background: white;
6165
display: block;
6266
width: 100%;
63-
64-
65-
6667
}
68+
6769
/* ====== Articles Grid Layout ====
6870
Setting the rules for how articles are placed in the main element.
6971
Inspect this in Devtools and click the "grid" button in the Elements view

0 commit comments

Comments
 (0)