Skip to content

Commit 782fa11

Browse files
committed
Align page header to centre
1 parent d87b3ba commit 782fa11

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Wireframe/style.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ As well as useful links to learn more */
2626
}
2727
/* ====== Base Elements ======
2828
General rules for basic HTML elements in any context */
29+
header {
30+
text-align: center;
31+
}
32+
2933
body {
3034
background: var(--paper);
3135
color: var(--ink);
@@ -92,4 +96,5 @@ article {
9296
.articles {
9397
background: #1bf91b29;
9498

95-
}
99+
}
100+

0 commit comments

Comments
 (0)