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
-
+