diff --git a/first.css b/first.css index 2777df2..a48e703 100644 --- a/first.css +++ b/first.css @@ -30,12 +30,12 @@ .game{ display: flex; - justify-content: space-between; + justify-content: center; } li{ - float: left; + list-style: none; } .idou{ @@ -74,7 +74,6 @@ font-size: 1em; box-shadow: 0 5px 0 #bbe2f1; flex-wrap: nowrap; - justify-content: center; } .game2{ @@ -86,7 +85,6 @@ font-size: 1em; box-shadow: 0 5px 0 #bbe2f1; flex-wrap: nowrap; - justify-content: center; } .map{ @@ -98,5 +96,4 @@ font-size: 1em; box-shadow: 0 5px 0 #bbe2f1; flex-wrap: nowrap; - justify-content: center; }