Skip to content

Commit

Permalink
Merge pull request #10 from SAISURYAtalla/surya
Browse files Browse the repository at this point in the history
69_surya
  • Loading branch information
Asp-irin authored May 26, 2024
2 parents 1722395 + 083c81a commit c43eaf2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit c43eaf2

Please sign in to comment.