Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Asp-irin authored May 27, 2024
2 parents 42479ca + bdccb62 commit 59f4c00
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,13 @@ a {
#pixel-art-container .cell:nth-child(399) {
background-color:beige;
}

#pixel-art-container .cell:nth-child(381){
background-color: rgb(87, 24, 24);

#pixel-art-container .cell:nth-child(65) {
background-color: orange;

}
/* test */
/* Add more colors for other cells as needed */
Expand Down

0 comments on commit 59f4c00

Please sign in to comment.