From 2e5feda371917a97e7e5fab609844b4ba19acc83 Mon Sep 17 00:00:00 2001 From: ThamiduAnjana Date: Wed, 23 Oct 2019 16:08:59 +0530 Subject: [PATCH] change the task 1 --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 9aeff82..8bc1621 100644 --- a/style.css +++ b/style.css @@ -14,6 +14,7 @@ html { } body { + background-color:#5DADE2; font-family: montserrat, arial, verdana; } /*form styles*/ @@ -57,7 +58,7 @@ body { width: 100px; background: #27AE60; font-weight: bold; - color: white; + color: blue; border: 0 none; border-radius: 1px; cursor: pointer;