From b7644962f6c0acab9364503a16ebb63e60c87264 Mon Sep 17 00:00:00 2001 From: trishasinha22 Date: Thu, 31 Mar 2022 21:09:16 +0530 Subject: [PATCH] ProGrad ID: 8757 --- index.html | 34 +++++++++++++++++++++++++++++++--- style.css | 28 ++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index bf51bfc..a5b9f02 100644 --- a/index.html +++ b/index.html @@ -10,8 +10,36 @@ - - +
+
+
+
+

Spiderman

+

12

+
+
+
+

Wonder Woman

+

30

+
+
+
+

5-0

+
+
+
+
+

Captain America

+

50

+
+
+
+

Gem Woman

+

12

+
+
+
+ - + \ No newline at end of file diff --git a/style.css b/style.css index e31018b..3d9dedf 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,32 @@ +.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-top: 20%; margin-left : 80px; font-size : 18px; }