From 80ba1bffa7f6afdeeaf2cd9bd940ecc62c779d95 Mon Sep 17 00:00:00 2001 From: Tanmoy Chanda Date: Thu, 28 Mar 2024 21:16:36 +0530 Subject: [PATCH] 1 --- index.html | 19 ++++++++++--------- styles.css | 13 ++++++++++++- 2 files changed, 22 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index 46a4e86..89edb29 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@
@@ -223,6 +223,10 @@

Services We Provide

+ +
@@ -275,7 +279,7 @@

Find Us

-

(123) 456-7890

+

9830285060

@@ -283,14 +287,11 @@

Find Us

-

info@website.com

+

edigitalindianaihati@gmail.com

- @@ -308,15 +309,15 @@

Services & Prices

Service 1 - $50 + Rs 10 Service 2 - $70 + Rs 20 Service 3 - $90 + Rs 50 diff --git a/styles.css b/styles.css index add39f5..bb6be7e 100644 --- a/styles.css +++ b/styles.css @@ -425,10 +425,11 @@ body { .contact-text p{ margin: 0; + font-weight: 500; } .popup-link{ - padding: 30px 0; + padding: 0 0 30px 0; text-align: center; } @@ -492,8 +493,18 @@ table { th, td { padding: 10px; border-bottom: 1px solid #ddd; + font-size: larger; } th { background-color: #f2f2f2; } + +tr{ + + transition: all ease 1s; +} + +tr:hover{ + background-color: #da8702; +} \ No newline at end of file