From f2f3602964bfa4d65c0645449c4838ee3faddc07 Mon Sep 17 00:00:00 2001 From: SumeetAttri09 Date: Fri, 4 Oct 2024 16:59:23 +0530 Subject: [PATCH 1/3] test --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 4d7eb82..0f34e91 100644 --- a/index.html +++ b/index.html @@ -41,7 +41,7 @@ - +
From 1dc9bd0fcc15d9b88d9965535f982d62715790cc Mon Sep 17 00:00:00 2001 From: SumeetAttri09 Date: Fri, 4 Oct 2024 17:44:30 +0530 Subject: [PATCH 2/3] changed the year --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 0f34e91..732e9e2 100644 --- a/index.html +++ b/index.html @@ -225,7 +225,7 @@ - + From ee17726624d208aeb4793d985f898d7af6647683 Mon Sep 17 00:00:00 2001 From: SumeetAttri09 Date: Fri, 4 Oct 2024 17:50:04 +0530 Subject: [PATCH 3/3] added border radius --- assets/css/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/styles.css b/assets/css/styles.css index b56a603..d3e8c4d 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -269,6 +269,7 @@ img{ .home__img{ width: 300px; justify-self: center; + border-radius: 20%; } /*========== BUTTONS ==========*/