There was an error while loading. Please reload this page.
1 parent 70eacf9 commit 7a92903Copy full SHA for 7a92903
1 file changed
Wireframe/style.css
@@ -34,6 +34,10 @@ body {
34
background: var(--paper);
35
color: var(--ink);
36
font: var(--font);
37
+ background: rgba(160, 227, 134, 0.252);
38
+ padding: 0;
39
+ margin: 0;
40
+
41
}
42
a {
43
padding: var(--space);
@@ -60,10 +64,8 @@ footer {
60
64
background: white;
61
65
display: block;
62
66
width: 100%;
63
-
67
68
69
/* ====== Articles Grid Layout ====
70
Setting the rules for how articles are placed in the main element.
71
Inspect this in Devtools and click the "grid" button in the Elements view
0 commit comments