Reputation: 15
I want to focus a button
and make a div change the display to display:flex
This is the code pen link to be easier.
https://codepen.io/Rvssco/pen/bGoERxY
Thanks in advance.
Upvotes: 1
Views: 294
Reputation: 1542
Had to make a rearrangement in div
blocks: https://codepen.io/angelhearted/pen/wvrMjyE
menudrop
to textBtn-wrap
div. So the second point would work.buttonMenu:focus ~ .menudrop { display: flex; }
Upvotes: 1