Add content in menu
Hi everyone
can I some idea about the way to add text/content within the "coloured vertical bars"
https://codepen.io/alpha_66/pen/qEEYQmK
thanks by advance
1 Reply
You can do a
rotate
on the contents of the li
s if you wrap it in another tag.
I used button
s & removed the tabindex
s on the li
s, since I'm assuming the reason to make it focusable was to be able to click it.