diff --git a/first.css b/first.css index 430df82..00eac89 100644 --- a/first.css +++ b/first.css @@ -28,6 +28,13 @@ list-style: none; } +.game{ + display: flex; + list-style: none; + justify-content: space-around; +} + + li{ float: left; }