Entity808
KPCKevin Powell - Community
•Created by Entity808 on 6/2/2024 in #front-end
Possible to change opacity on child elements based on parent sibling selector?
<header>
<div class="menu">
<div class="overlay"></div>
<div class="blur"></div>
</div>
<div class="mobile-menu"></div>
</header>
How would I go about changing the opacity of overlay and blur, only when <div class="mobile-menu"></div> becomes <div class="mobile-menu menu-open"></div>?
Or is it just better to use JavaScript for this?
3 replies
KPCKevin Powell - Community
•Created by Entity808 on 5/26/2024 in #front-end
Firefox button height transition bug fix?
8 replies
KPCKevin Powell - Community
•Created by Entity808 on 4/10/2024 in #front-end
Directional card highlight, need help fixing 2 behaviours.
29 replies