From 2c5e5bdb97132578794fd61b1c52e352bd1e390f Mon Sep 17 00:00:00 2001 From: Matt Bilker Date: Mon, 14 Jan 2019 22:46:32 +0000 Subject: [PATCH] Align h1 text to center --- css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 1970227..0e8b019 100644 --- a/css/style.css +++ b/css/style.css @@ -159,6 +159,10 @@ h3 { line-height: 1.2; } +h1 { + text-align: center; +} + h1 a { color: inherit; text-decoration: inherit; @@ -274,4 +278,4 @@ input[type=radio] { white-space: nowrap; cursor: pointer; display: inline-block; -} \ No newline at end of file +}