diff --git a/index.html b/index.html index bf51bfc..b9a111b 100644 --- a/index.html +++ b/index.html @@ -10,6 +10,24 @@ +
+

+

Spiderman

12

+ +

Wonder Women +

30

+

+
+

5 - 0

+ +

Captain America
+

50

+
+ +

Gem Women
+

12

+
+
diff --git a/style.css b/style.css index e31018b..3186c7b 100644 --- a/style.css +++ b/style.css @@ -2,3 +2,21 @@ margin-left : 80px; font-size : 18px; } +.container{ + display: grid; + + grid-template-columns: auto auto auto auto auto; + grid-template: max-content; + grid-gap:20px; + padding: 10%; +} +.grid{ + border: 2px solid black; + text-align: center; + border-radius: 2pt; + +} +#main{ + text-align: center; +} +