From fbfddbdd2586a6d543299afccd509f7e80252b8c Mon Sep 17 00:00:00 2001
From: sachinsh01 <89263668+sachinsh01@users.noreply.github.com>
Date: Mon, 28 Mar 2022 02:23:59 +0530
Subject: [PATCH 1/4] Update index.html
---
index.html | 50 ++++++++++++++++++++++++++++++++++++++------------
1 file changed, 38 insertions(+), 12 deletions(-)
diff --git a/index.html b/index.html
index bf51bfc..5ed23cf 100644
--- a/index.html
+++ b/index.html
@@ -1,17 +1,43 @@
-
-
-
-
-
+
+
+
+
Super Wars
-
-
-
-
-
-
-
+
+
+
+
+
+
+

+
Spiderman
+
12
+
+
+

+
Wonder Women
+
30
+
+
+
5 - 0
+
+
+

+
Captain America
+
50
+
+
+

+
Gem Women
+
12
+
+
+
+
+
From 05f26ae60376caa118118294960db169a527b1eb Mon Sep 17 00:00:00 2001
From: sachinsh01 <89263668+sachinsh01@users.noreply.github.com>
Date: Mon, 28 Mar 2022 02:24:26 +0530
Subject: [PATCH 2/4] Update style.css
---
style.css | 27 ++++++++++++++++++++++++++-
1 file changed, 26 insertions(+), 1 deletion(-)
diff --git a/style.css b/style.css
index e31018b..1d8c9af 100644
--- a/style.css
+++ b/style.css
@@ -1,4 +1,29 @@
.footer{
- margin-left : 80px;
+ margin-left : 120px;
+ margin-top: 20px;
font-size : 18px;
}
+
+.container{
+ margin-top: 1em;
+ display: grid;
+ grid-template-columns: 1fr .5fr 1fr;
+ justify-items:center;
+}
+
+.heros, .villians{
+ display: grid;
+ grid-template-columns: 1fr 1fr;
+ column-gap: 1.5em;
+}
+
+.heros > div, .villians > div{
+ border-radius: 10px;
+ box-shadow: .5px .5px 5px 1px #555;
+ text-align: center;
+}
+
+.score{
+ font-size:3em;
+ margin: 0px;
+}
From 43c64c287ca48ef1949c23c9f9d778f1ca704400 Mon Sep 17 00:00:00 2001
From: sachinsh01 <89263668+sachinsh01@users.noreply.github.com>
Date: Thu, 7 Apr 2022 23:44:59 +0530
Subject: [PATCH 3/4] ProGrad ID : 8731
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index 5ed23cf..3a6a0f3 100644
--- a/index.html
+++ b/index.html
@@ -40,4 +40,4 @@
Made with
by ProGrad