diff --git a/index.html b/index.html index bf51bfc..523c00d 100644 --- a/index.html +++ b/index.html @@ -5,13 +5,55 @@ - Super Wars + SuperWars-Stage1 + + +
+
+
+ +

Spiderman

+

12

+
+ + -
Made with by ProGrad
- +
+ +

Wonder
Woman

+

30

+
+
+ + +
+

5 - 0

+
- + + +
+
+ +

Captain
America

+

50

+
+ + +
+ +

Gem
Woman

+

12

+
+ +
+ +
+ + + + diff --git a/style.css b/style.css index e31018b..01778d0 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,43 @@ .footer{ - margin-left : 80px; - font-size : 18px; + display:flex; + flex-direction: row; + align-content: flex-end; + position: relative; + top: 650px; + margin-left: 20px; + font-size: 20px; + font-family:sans-serif; + font-style: normal; + + +} +.main{ + display: grid; + grid-template-columns: 1fr 1fr 1fr; +} + + +.hero{ + display: grid; + grid-template-columns: 1fr 1fr; + margin-left: 250px; + border-color: li; +} + +.villains{ + display: grid; + grid-template-columns: 1fr 1fr; + margin-right: 150px; +} + +.score{ + text-align: center; +} + +#container{ + width: 200px; + height: 300px; + border: 3px solid lightgray; + margin-right: 20px; + text-align: center; }