Radio Menu
Well, this a Radio Menu with HTML5 and CSS3. I worked with :after
, :checked
and background linear-gradient
. When you click on a label
element of a respective radio input
, it will show the content associated with that radio input
. This is done by using the :checked
class and the ~
selector.