From 942b2dfee82b93e5a08ac8966d2c8cb97923e2b4 Mon Sep 17 00:00:00 2001 From: Amisha Prajapati Date: Sun, 10 Oct 2021 10:53:15 +0530 Subject: [PATCH] Added a Background to the Bio (issue #118) --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 8dce62b..a5308c5 100644 --- a/style.css +++ b/style.css @@ -87,6 +87,7 @@ a:hover, a:focus, a:active, a:visited { .about { padding: 20px; margin-top: 20px; + background-color: fuchsia; } .about span { font-size: 2em;