From fa416d8013173e2c9387f3ee1e0c75a81c6a95d2 Mon Sep 17 00:00:00 2001 From: Lynne Date: Thu, 2 May 2019 04:30:26 +1000 Subject: [PATCH] styled h1 as serif --- index.html | 3 +++ style.css | 1 + 2 files changed, 4 insertions(+) diff --git a/index.html b/index.html index f39689f..ce6e08c 100644 --- a/index.html +++ b/index.html @@ -23,5 +23,8 @@

+ \ No newline at end of file diff --git a/style.css b/style.css index 05d2355..933d631 100644 --- a/style.css +++ b/style.css @@ -22,6 +22,7 @@ h1 { text-align: center; font-size: 3em; font-weight: 200; + font-family:serif; } ul { list-style-type: none;