5 ms·
I have a vague feeling that tabs should be doable in pure CSS/HTML, but I might be thinking of menus (where the menu is a sub element of the button and thus vis
by efreak 2mo ago
I have a vague feeling that tabs should be doable in pure CSS/HTML, but I might be thinking of menus (where the menu is a sub element of the button and thus visibility can depend on mouse position)
- Gabrys1 1mo agoone can do one level of tabs using # fragments and :target selector if I recall correctly