diff --git a/src/App.js b/src/App.js index 71eede6..e9d3d57 100644 --- a/src/App.js +++ b/src/App.js @@ -3,8 +3,21 @@ import './App.css'; function App() { return ( <> - - +
+ + + +
+
+ + + +
+
+ + + +
); } diff --git a/src/index.css b/src/index.css index 37c2575..edf19fd 100644 --- a/src/index.css +++ b/src/index.css @@ -25,4 +25,10 @@ code { padding: 0; text-align: center; width: 34px; +} + +.board-row:after { + clear: both; + content: ''; + display: table; } \ No newline at end of file