From fc94b26ff3871d6bd7b4e1f272e1d7af125f777d Mon Sep 17 00:00:00 2001 From: Vicky Steeves Date: Fri, 2 Aug 2019 18:07:50 +0000 Subject: [PATCH] made home h1 more readable --- css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/style.css b/css/style.css index 98fb4f8..5fd37d7 100644 --- a/css/style.css +++ b/css/style.css @@ -196,6 +196,8 @@ img { max-width: 100%; } .home .text h1 { margin-top: 25px; color: #fff; + text-shadow: 2px 2px #000; + font-size:3em; } .home .description {