diff --git a/index.html b/index.html index bf51bfc..b0ef24c 100644 --- a/index.html +++ b/index.html @@ -3,15 +3,38 @@ + - - Super Wars + SuperWars - - + +
+
+

+

Spiderman

12

+
+
+
+

+

Wonder
Women

30

+
+ + 5 - 0 + +
+

+

Captain
America

50

+
+
+
+

+

Gem Women

12

+
+
+ diff --git a/style.css b/style.css index e31018b..df71f97 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,26 @@ -.footer{ - margin-left : 80px; - font-size : 18px; +.grid-container { + display: grid; + grid-column-gap: 10px; + grid-template-columns: auto auto; + display: flex; + justify-content: center; + } + +.grid-item{ + text-align: center; + border: solid 1px rgb(119, 114, 114); + border-radius: 5px; +} +.score{ + font-size: 50px; + font-weight: bold; + font-family: 'Courier New', Courier, monospace; +} +.names{ + font-size: 17px; +} +#score{ + margin-left: 50px; + margin-right: 50px; + font-size: 40px; }