blur image on hover
.img:hover{
backdrop-filter: blur(10px);
filter: blur(4px);
transition: 0.5s ease;
}
blur image on hover
.img:hover{
backdrop-filter: blur(10px);
filter: blur(4px);
transition: 0.5s ease;
}
blur css
.mydiv { filter: grayscale(50%) }
/* Graut alle Bilder um 50% aus und macht sie um 10px unscharf */
img {
filter: grayscale(0.5) blur(10px);
}
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us