-4
I’m having difficulty with this element of the site I’m trying to set up for school, if it is not possible for a site to perform this function please let me know.
-4
I’m having difficulty with this element of the site I’m trying to set up for school, if it is not possible for a site to perform this function please let me know.
2
Can be seen here,
Update: Thank you Diego Schmidt for the remark, as stated in microsoft documentation.
Observing: Since Windows Internet Explorer 9, this feature has been deprecated. From Internet Explorer 10, this feature has been removed and should no longer be used.
img {
transition: .3s all;
border-radius: 3px;
}
.bg:hover img {
-webkit-filter: blur(2px);
filter: blur(2px);
}
<div class="container">
<div class="bg">
<img src="https://unsplash.it/400/200" alt="">
</div>
</div>
Just one note, filter function does not work in IE.
Browser other questions tagged css html5
You are not signed in. Login or sign up in order to post.
Welcome to Stackoverflow! Please explain the problem better, and if possible include a example of code that reproduces what is happening, because your question is not noticeable. See Help Center How to Ask.
– Renato Junior
I’m voting to close this question as out of scope because you’re asking us to do homework by the OP.
– Omni
My job is to make a biology site, that was just an element of the site that I was struggling to fix, but blz, I manage
– Stephanye Martins