Skip to content

Commit

Permalink
Merge pull request #14 from arbazshaikh150/main
Browse files Browse the repository at this point in the history
123_Arbaz
  • Loading branch information
Asp-Codes authored May 27, 2024
2 parents ebb386a + 3ddd249 commit aeb292a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ body {

h1 {
text-align: left;
font-size: 1vhvh;
font-size: 1vh;
color: white;
padding-left: 3vw;
}
Expand Down Expand Up @@ -97,6 +97,10 @@ 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;
}
Expand All @@ -107,6 +111,7 @@ a {
#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 aeb292a

Please sign in to comment.