From cbd35eac5a4494daefed5cac645a4e5e4333d650 Mon Sep 17 00:00:00 2001 From: Ajitkumar Sharma <77828414+Ajit619@users.noreply.github.com> Date: Mon, 17 Oct 2022 20:54:53 +0530 Subject: [PATCH 1/2] Update styles.css --- styles/styles.css | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/styles/styles.css b/styles/styles.css index f2c924d..f493f7a 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -13,7 +13,26 @@ body { animation-iteration-count: infinite; animation-direction: forwards; } +.button { + padding: 15px 25px; + font-size: 24px; + text-align: center; + cursor: pointer; + outline: none; + color: #fff; + background-color: #04AA6D; + border: none; + border-radius: 15px; + box-shadow: 0 9px #999; +} + +.button:hover {background-color: #3e8e41} +.button:active { + background-color: #3e8e41; + box-shadow: 0 5px #666; + transform: translateY(4px); +} .events { background-color: rgb(248, 252, 248); @@ -698,4 +717,4 @@ button { margin-left: 200px; margin-bottom: -90px; } -} \ No newline at end of file +} From c5d4650d881fbf2cd40d31bbab6f367b11ff0dc0 Mon Sep 17 00:00:00 2001 From: Ajitkumar Sharma <77828414+Ajit619@users.noreply.github.com> Date: Mon, 17 Oct 2022 20:55:31 +0530 Subject: [PATCH 2/2] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 1c90e32..b393720 100644 --- a/index.html +++ b/index.html @@ -155,7 +155,7 @@

LET'S COLLABORATE

- + @@ -189,4 +189,4 @@

LET'S COLLABORATE

- \ No newline at end of file +