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-Codes authored May 27, 2024
2 parents 39f3dbf + ebb386a commit 3ddd249
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ Contributing to the canvas is easy and enjoyable:
```
If everything works correctly you are ready to push.
```bash
git push
git push -u origin <branch_name>
```

- **Creating PR**:
- Go to contribute on your forked repo
- There you will find option to open a Pull Request (PR)
- Click it and wait for review
- Click it and wait for review
13 changes: 13 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,21 @@ a {
#pixel-art-container .cell:nth-child(19) {
background-color:DodgerBlue;
}

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

#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 3ddd249

Please sign in to comment.