diff --git a/index.html b/index.html index 11bd8ed..4f06e4a 100644 --- a/index.html +++ b/index.html @@ -19,6 +19,8 @@

Create your account

This is step 1

+ + diff --git a/style.css b/style.css index 9aeff82..e5ea2ae 100644 --- a/style.css +++ b/style.css @@ -15,6 +15,7 @@ html { body { font-family: montserrat, arial, verdana; + background-color: #27AE60; } /*form styles*/ #msform { @@ -55,7 +56,7 @@ body { /*buttons*/ #msform .action-button { width: 100px; - background: #27AE60; + background: blue; font-weight: bold; color: white; border: 0 none;