aboutsummaryrefslogtreecommitdiffhomepage
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/style.css b/style.css
index 9157d57..b6d5fa3 100644
--- a/style.css
+++ b/style.css
@@ -21,13 +21,18 @@ body {
padding: 10px;
}
-h1,h2,h3,h4,h5,h6 {
+h1,h2,h3,h5,h6 {
background: #516C95;
color: white;
text-align: center;
padding: 10px;
}
+h4 {
+ border-bottom: 1px solid;
+ font-size: 1.2rem;
+}
+
h1 {
background: #CD214F;
line-height: 1;