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