From f003f70a58895e06436153ba5deb8e1c8f3e244b Mon Sep 17 00:00:00 2001 From: Lourguioui Date: Thu, 20 Feb 2020 13:16:45 +0100 Subject: [PATCH] ch1 --- assets/css/style.css | 12 +++++++++ index.html | 61 ++++++++++++++++++++++++-------------------- 2 files changed, 45 insertions(+), 28 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 0a8b70b..ba9e910 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -8097,6 +8097,18 @@ background: linear-gradient(90deg, rgba(255,199,27,1) 0%, rgba(255,18,74,1) 100% background: rgb(191,18,106); background: linear-gradient(90deg, rgba(191,18,106,1) 0%, rgba(81,20,157,1) 100%); } +.button-style3{ + font-family: "GILROY", sans-serif; + font-weight: LIGHT; + color: white; + width : 100%; + background: linear-gradient(to right , rgba(255,199,27,1) 0%, rgba(255,18,74,1) 100%); + transition: 1s; +} +.button-style3:hover{ + color : black; + background: white; +} .text{ font-family: "GILROY", sans-serif; font-weight: LIGHT; diff --git a/index.html b/index.html index 8af33d6..0380fdb 100644 --- a/index.html +++ b/index.html @@ -57,7 +57,7 @@