|
|
|
|
|
by rahkiin
946 days ago
|
|
I’ve found it is quite doable to have open/close menus purely with html and css these days using selectors!
The text you click on is a label for a hidden checkbox. The checkbox you put adjacent to the item you’re hiding/showing. Then put css on it that uses input[type=checkbox]:checked and the tilde operator |
|