From 8efeb5ad49e3ffa07f96757eff4c39d07ff84a12 Mon Sep 17 00:00:00 2001 From: Seshai Hari Date: Thu, 1 Oct 2020 09:09:43 +0530 Subject: [PATCH] Modified style.css Fixed issue #2 --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index fa5d272..6edd289 100644 --- a/css/style.css +++ b/css/style.css @@ -32,7 +32,7 @@ body { } .intro p { - color: green; + color: green; /*Setting the color of Paragraph Elements inside the "intro" class to Green */ } nav ul {