how do people get those like filters on their page? the ones where it dims the page or makes it lighter
thank you! :D
here is a link that helped me :D https://developer.mozilla.org/en-US/docs/Web/CSS/filter
vvvvv---also the css i used for my page
img { filter: blur(3px); }
thank you! :D
here is a link that helped me :D
https://developer.mozilla.org/en-US/docs/Web/CSS/filter
vvvvv---also the css i used for my page
img {
filter: blur(3px);
}