diff --git a/index.html b/index.html index 11bd8ed..ee2b738 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..1769114 100644 --- a/style.css +++ b/style.css @@ -10,7 +10,7 @@ html { /*background = gradient + image pattern combo*/ background: - linear-gradient(rgba(196, 102, 0, 0.6), rgba(155, 89, 182, 0.6)); + linear-gradient(rgba(197, 100, 0, 0.2), rgba(154, 88, 182, 0.6)); } body { @@ -24,7 +24,7 @@ body { position: relative; } #msform fieldset { - background: white; + background: red; border: 0 none; border-radius: 3px; box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4); @@ -55,7 +55,7 @@ body { /*buttons*/ #msform .action-button { width: 100px; - background: #27AE60; + background: blue; font-weight: bold; color: white; border: 0 none;