From 8455f1549cfe8852f583134ca6a091d24583f1cb Mon Sep 17 00:00:00 2001 From: Nishal Sehan Date: Mon, 28 Oct 2019 10:51:22 +0530 Subject: [PATCH 1/2] Update index.html --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 11bd8ed..8106723 100644 --- a/index.html +++ b/index.html @@ -36,8 +36,8 @@

Your presence on the social network

Personal Details

We will never sell it

- - + + @@ -50,4 +50,4 @@

We will never sell it

- \ No newline at end of file + From 65e216b3cb86872c1aeea9a86a43907ce0ac2c8a Mon Sep 17 00:00:00 2001 From: Nishal Sehan Date: Mon, 28 Oct 2019 10:52:09 +0530 Subject: [PATCH 2/2] Update style.css --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 9aeff82..0884df7 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(245, 145, 38, 0.6), rgba(113, 212, 68, 0.6)); } body { @@ -55,7 +55,7 @@ body { /*buttons*/ #msform .action-button { width: 100px; - background: #27AE60; + background: #007ACC; font-weight: bold; color: white; border: 0 none; @@ -128,4 +128,4 @@ body { #progressbar li.active:before, #progressbar li.active:after{ background: #27AE60; color: white; -} \ No newline at end of file +}