From 9ddbf6c3344d7cc394fa78b6710af8fe570b2f0b Mon Sep 17 00:00:00 2001 From: urvashiparashar Date: Thu, 7 Apr 2022 12:03:41 +0530 Subject: [PATCH 1/2] added css files Urvashi Parashar FED Squad no:109 --- index.html | 30 +++++++++++++++++++++++++++++- style.css | 27 +++++++++++++++++++++++++++ 2 files changed, 56 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index bf51bfc..4b9c9c5 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,35 @@ - +
+
+
+
+

Spiderman

+

12

+
+
+
+

Wonder Woman

+

30

+
+
+
+

5-0

+
+
+
+
+

Captain America

+

50

+
+
+
+

Gem Woman

+

12

+
+
+
diff --git a/style.css b/style.css index e31018b..59dacb5 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,30 @@ +.grid-container { + display: grid; + grid-template-columns: auto auto auto; + padding: 10px; + margin: 10%; + margin-top: 0%; +} + +.grid-item { + background-color: rgb(255, 255, 255); + padding: 20px; + font-size: 30px; + text-align: center; +} + +.grid-item1 { + display: inline-grid; + justify-content: space-evenly; + background-color: rgb(255, 255, 255); + + box-shadow:2px 5px 10px rgba(68, 67, 67, 0.795); + border-radius: 15px; + padding: 20px; + font-size: 20px; + text-align: center; + line-height: 5px; +} .footer{ margin-left : 80px; font-size : 18px; From bb73896328d04ac953b77b68a01638d845fe2a09 Mon Sep 17 00:00:00 2001 From: urvashiparashar Date: Sat, 9 Apr 2022 20:21:26 +0530 Subject: [PATCH 2/2] Prograd id: VITFED21 --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index 4b9c9c5..0d49e0b 100644 --- a/index.html +++ b/index.html @@ -10,6 +10,8 @@ + +