diff --git a/index.html b/index.html index 11bd8ed..9ff92d0 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..1bd3223 100644 --- a/style.css +++ b/style.css @@ -9,8 +9,7 @@ html { /*Image only BG fallback*/ /*background = gradient + image pattern combo*/ - background: - linear-gradient(rgba(196, 102, 0, 0.6), rgba(155, 89, 182, 0.6)); + background-color: aqua; } body { @@ -57,7 +56,7 @@ body { width: 100px; background: #27AE60; font-weight: bold; - color: white; + color: blue; border: 0 none; border-radius: 1px; cursor: pointer;