From f4602f8d10501d5dea1cc12b7dd720f121856991 Mon Sep 17 00:00:00 2001 From: Kushanrawindu Date: Fri, 25 Oct 2019 12:09:15 +0530 Subject: [PATCH] bg and btn color updated --- index.html | 4 ++-- style.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 11bd8ed..b3e8f86 100644 --- a/index.html +++ b/index.html @@ -36,8 +36,8 @@

Your presence on the social network

Personal Details

We will never sell it

- - + + diff --git a/style.css b/style.css index 9aeff82..fe95c02 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(29, 221, 215, 0.6), rgba(224, 204, 20, 0.6)); } body { @@ -55,7 +55,7 @@ body { /*buttons*/ #msform .action-button { width: 100px; - background: #27AE60; + background: rgb(9, 48, 243); font-weight: bold; color: white; border: 0 none;