From 21223919dec106b462d0a9e122ed695b29dba8cd Mon Sep 17 00:00:00 2001 From: Shreshth Jaiswal <67462416+shreshth02@users.noreply.github.com> Date: Thu, 24 Mar 2022 22:31:24 +0530 Subject: [PATCH 1/7] Update index.html --- index.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index bf51bfc..93496cb 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,5 @@ - @@ -10,8 +9,14 @@ - - +
+

Captain America

12

+

Thanos

20

+ 15 - 10 +

Hulk

15

+

DeadPool

18

+
+ From 45e0dd00f6c32ad86db30d333307b4d992cda98e Mon Sep 17 00:00:00 2001 From: Shreshth Jaiswal <67462416+shreshth02@users.noreply.github.com> Date: Thu, 24 Mar 2022 22:32:18 +0530 Subject: [PATCH 2/7] Update style.css --- style.css | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 62 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index e31018b..f21b36d 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,63 @@ -.footer{ - margin-left : 80px; - font-size : 18px; +#grid-container { + display: grid; + justify-content: center; + gap: 20px; +} + +.value { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + height: 19rem; + width: 10rem; + padding: 1rem; +} + +#grid-container .value { + border: 2px solid rgb(94, 91, 91); + box-shadow: 2px 2px 6px rgb(184, 180, 180); + border-radius: 5%; +} + +#grid-container div img { + width: 40%; + height: 60%; +} + +#super1 { + grid-column: 2; + grid-row: 2/4; +} +#super2 { + grid-column: 3; + grid-row: 2 / 4; +} +#super3 { + grid-column: 5; + grid-row: 2 / 4; +} +#super4 { + grid-column: 6; + grid-row: 2/4; +} + +#score { + grid-column: 4; + grid-row: 2/4; + display: flex; + justify-items: center; + align-items: center; + margin: 1rem; +} + +.number { + font-size: 2.8rem; + font-weight: 700; + font-display: none; +} + +.name { + font-size: 2.2rem; + font-weight: 400; } From 31560f366bb7be871db16255129e278780f5de8e Mon Sep 17 00:00:00 2001 From: Shreshth Jaiswal <67462416+shreshth02@users.noreply.github.com> Date: Sun, 27 Mar 2022 12:26:54 +0530 Subject: [PATCH 3/7] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 93496cb..0ec3cd9 100644 --- a/index.html +++ b/index.html @@ -12,11 +12,11 @@

Captain America

12

Thanos

20

- 15 - 10 + 9 - 11

Hulk

15

DeadPool

18

- + From be7f16c1610b097e9c218eb1e7c4ff2187b2b6a7 Mon Sep 17 00:00:00 2001 From: Shreshth Jaiswal <67462416+shreshth02@users.noreply.github.com> Date: Thu, 7 Apr 2022 19:22:45 +0530 Subject: [PATCH 4/7] 8730 From 41c418f8a57f1ecec3b9c2149d5bddfa79f78895 Mon Sep 17 00:00:00 2001 From: Shreshth Jaiswal <67462416+shreshth02@users.noreply.github.com> Date: Thu, 7 Apr 2022 19:28:08 +0530 Subject: [PATCH 5/7] Prograd ID : 8730 Prograd ID : 8730 From f8e05ac89dda5cdab950a109c456cf9d131aa234 Mon Sep 17 00:00:00 2001 From: Shreshth Jaiswal <67462416+shreshth02@users.noreply.github.com> Date: Fri, 8 Apr 2022 09:35:55 +0530 Subject: [PATCH 6/7] Prograd ID : 8730 --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 0ec3cd9..848e346 100644 --- a/index.html +++ b/index.html @@ -20,3 +20,4 @@ + From 186cb84f2d76a7f96eca753400f2a0d02852c565 Mon Sep 17 00:00:00 2001 From: Shreshth Jaiswal <67462416+shreshth02@users.noreply.github.com> Date: Fri, 8 Apr 2022 09:36:11 +0530 Subject: [PATCH 7/7] Prograd ID : 8730 --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index f21b36d..67d391b 100644 --- a/style.css +++ b/style.css @@ -61,3 +61,4 @@ font-size: 2.2rem; font-weight: 400; } +