How to make a parent div not rendered and visualized but remain the child components visualized on media query? – Html
I'd like to achieve displaying none in the dom tree the parent div, but to keep the child div stil visualized by css only. <div> // keep this div <div> // with media query make this div dissapear <div> //…