diff --git a/style.css b/style.css index 41f870a..d56ebe9 100644 --- a/style.css +++ b/style.css @@ -82,8 +82,13 @@ a { #pixel-art-container .cell:nth-child(5) { background-color: purple; } - - +#pixel-art-container .cell:nth-child(10) { + background-color: black; +} +#pixel-art-container .cell:nth-child(69) { + background-color: orange; +} +/* test */ /* Add more colors for other cells as needed */ /* add */