Skip to content

Commit

Permalink
Merge pull request #34 from farhan11166/branch1
Browse files Browse the repository at this point in the history
<21>_<red>
  • Loading branch information
Asp-irin authored May 28, 2024
2 parents 5074198 + c2cf71d commit a863195
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,24 @@ a {
#pixel-art-container .cell:nth-child(399) {
background-color: beige;
}

#pixel-art-container .cell:nth-child(317) {
background: linear-gradient(to top right, #4568dc, #b06ab3);
}

#pixel-art-container .cell:nth-child(381){
background-color: rgb(93, 25, 25);
}


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

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

Expand All @@ -138,6 +156,7 @@ a {
background-color: gold;
}
#pixel-art-container .cell:nth-child(271) {

background-color: gold;
}

Expand Down Expand Up @@ -170,6 +189,10 @@ a {
#pixel-art-container .cell:nth-child(181) {
background-color: rgb(83, 0, 134);
}
#pixel-art-container .cell:nth-child(21) {
background-color: red;
}

/* test */
/* Add more colors for other cells as needed */
/* add */

0 comments on commit a863195

Please sign in to comment.