From 40ddba2513cbd3b9f1eb84ebf1a1a8cf7a59531a Mon Sep 17 00:00:00 2001 From: Hirusha Rathnayaka <56906656+HirushaRathnayaka@users.noreply.github.com> Date: Fri, 25 Oct 2019 08:55:33 -0700 Subject: [PATCH] done --- index.html | 2 ++ style.css | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 11bd8ed..bc52acf 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..f0821d0 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(400, 200, 250, 0.6), rgba(155, 89, 200, 0.6)); } body { @@ -55,7 +55,7 @@ body { /*buttons*/ #msform .action-button { width: 100px; - background: #27AE60; + background: blue; font-weight: bold; color: white; border: 0 none;