Created
September 5, 2020 19:36
-
-
Save estefanionsantos/b7308b8ea71c259e97edf1da145bc22d to your computer and use it in GitHub Desktop.
menu vertical bg primary
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ul class="mn_y mn_prm"> | |
<li> | |
<input id="group-1-prm" type="checkbox" hidden /> | |
<label for="group-1-prm">Lorem</label> | |
<ul> | |
<li><a href="#">1.lorem</a></li> | |
<li><a href="#">2.lorem</a></li> | |
<li><a href="#">3.lorem</a></li> | |
</ul> | |
</li> | |
<li> | |
<input id="group-2-prm" type="checkbox" hidden /> | |
<label for="group-2-prm">Ipsum</label> | |
<ul> | |
<li><a href="#">1. ipsum</a></li> | |
<li><a href="#">2. ipsum</a></li> | |
<li> | |
<input id="group-3-prm" type="checkbox" hidden /> | |
<label for="group-3-prm">3. ipsum</label> | |
<ul> | |
<li><a href="#">3.1 ipsum</a></li> | |
<li><a href="#">3.2 ipsum</a></li> | |
<li><a href="#">3.3 ipsum</a></li> | |
</ul> | |
</li> | |
</ul> | |
</li> | |
<li><a href="#">Dolor</a></li> | |
<li><a href="#">Sit</a></li> | |
</ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment