There was an error while loading. Please reload this page.
1 parent d87b3ba commit 782fa11Copy full SHA for 782fa11
1 file changed
Wireframe/style.css
@@ -26,6 +26,10 @@ As well as useful links to learn more */
26
}
27
/* ====== Base Elements ======
28
General rules for basic HTML elements in any context */
29
+ header {
30
+ text-align: center;
31
+}
32
+
33
body {
34
background: var(--paper);
35
color: var(--ink);
@@ -92,4 +96,5 @@ article {
92
96
.articles {
93
97
background: #1bf91b29;
94
98
95
-}
99
100
0 commit comments