Open MortezaMirmojarabian opened 4 months ago
Dear Monica,
Regarding your article, if you have to use the HTML hidden attribute with the CSS display property together, this is the right way to do it:
hidden
display
<style> div:not([hidden]) { display: flex; } </style> <div hidden> lol guess who's still hidden hint: it's this thing </div>
Dear Monica,
Regarding your article, if you have to use the HTML
hidden
attribute with the CSSdisplay
property together, this is the right way to do it: