From 6fe79858e3ba6efca30b7a0cfbe31d55e50bc4e9 Mon Sep 17 00:00:00 2001 From: MaheeshaRanasinghe <56905599+MaheeshaRanasinghe@users.noreply.github.com> Date: Wed, 23 Oct 2019 16:22:06 +0530 Subject: [PATCH] edit all task --- index.html | 2 ++ style.css | 10 +++++----- 2 files changed, 7 insertions(+), 5 deletions(-) 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..5ec8a57 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(1, 10, 0, 0.6), rgba(155, 89, 182, 0.6)); } body { @@ -49,13 +49,13 @@ body { width: 100%; box-sizing: border-box; font-family: montserrat; - color: #2C3E50; + color: white; font-size: 13px; } /*buttons*/ #msform .action-button { width: 100px; - background: #27AE60; + background: blue; font-weight: bold; color: white; border: 0 none; @@ -65,7 +65,7 @@ body { margin: 10px 5px; } #msform .action-button:hover, #msform .action-button:focus { - box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60; + box-shadow: 0 0 0 2px white, 0 0 0 3px gray; } /*headings*/ .fs-title { @@ -126,6 +126,6 @@ body { /*marking active/completed steps green*/ /*The number of the step and the connector before it = green*/ #progressbar li.active:before, #progressbar li.active:after{ - background: #27AE60; + background: gray; color: white; } \ No newline at end of file