Skip to content

Commit

Permalink
hd
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajrekwar authored Feb 22, 2024
1 parent 399f47d commit 9f26267
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/grid.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,7 @@ main {
.grid-box:nth-child(6) {
grid-area: Six;
}
.grid-box{
/* resulting css */
filter: contrast(170%) brightness(1000%);
background:
linear-gradient(0deg, rgb(243, 255, 73), rgba(0, 0, 0, 0)),
url(/assets/svgImages/box.svg);
}


@media (min-width: 30em) {
* {
Expand Down

0 comments on commit 9f26267

Please sign in to comment.