skip to Main Content

Html – How can i remove a filter svg from the children?

i'd like to remove the svg filter i added to a div from the button children but i'm blocked HTML <div id="parchment" class="contain"> <button style="background-image: url('path/to/image2.jpg');" onclick="redirectTo('pagina2.html');">dfwfefesefse</button> <button style="background-image: url('path/to/image3.jpg');" onclick="redirectTo('pagina3.html');"></button> </div> <svg > <filter id="wavy2"> <feTurbulence x="0" y="0" baseFrequency="0.02"…

VIEW QUESTION
Back To Top
Search