From 18f3a734240e5bdc0bcc19b4eb4792baef3b5559 Mon Sep 17 00:00:00 2001 From: Clara Noseda Date: Mon, 30 Sep 2019 16:39:17 +0200 Subject: [PATCH] made it green --- style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index ee004e9..83ab451 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,7 @@ -body { background: black; - color:white; +body { background: #7FFF00; + color:white;font-size: + } p { - text-decoration: underline; + text-decoration: underline overline #FF3028; } \ No newline at end of file