Split sudoku css from general css

This commit is contained in:
Drew Galbraith 2023-05-03 17:04:34 -07:00
parent c34d31effe
commit be11a2ee83
3 changed files with 10 additions and 9 deletions

9
public/css/styles.css Normal file
View file

@ -0,0 +1,9 @@
body {
font-family: sans-serif;
}
.container {
max-width: 800px;
margin: auto;
}

View file

@ -1,12 +1,3 @@
body {
font-family: sans-serif;
}
.container {
max-width: 800px;
margin: auto;
}
.box {
border: 2px solid black;
width: 210px;