From 982b7825efddf2af4768a4dd8c5cf58f063a8d7d Mon Sep 17 00:00:00 2001 From: Sahitya317 Date: Wed, 6 Nov 2024 19:25:23 +0530 Subject: [PATCH] Styled the button on home page Changed the color and styling of font of button (get yours now) on home page --- index.html | 4 +++- style.css | 9 +++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 4399007..47691b2 100644 --- a/index.html +++ b/index.html @@ -401,7 +401,7 @@

My Order

Taste the sweetness with every bite

Amazing ice creams delivered straight to you! Enjoy our fresh and chilled delights, made with love.

- +
@@ -890,6 +890,8 @@

Very Very Peachy

+ + diff --git a/style.css b/style.css index e79eac6..afafbd0 100644 --- a/style.css +++ b/style.css @@ -98,13 +98,14 @@ button:hover { } .animated-button { + height: fit-content; position: relative; - padding: 10px 20px; + padding: 20px 40px; font-size: 16px; - color: var(--text-color); - background-color: #d4af37; + color: #000(--text-color); + background-color: rgb(241, 193, 233); border: none; - border-radius: 5px; + border-radius: 7px; outline: none; cursor: pointer; overflow: hidden;