Last active
August 15, 2022 19:13
-
-
Save brecert/6623f332cbb9cb733ec24e60b928036b to your computer and use it in GitHub Desktop.
context menu css
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
<menu class="ContextMenu"> | |
<div class="section"> | |
<li><button>Action 1</button></li> | |
<li><button>Action 2</button></li> | |
<li><button>Action 3</button></li> | |
</div> | |
<li><button>Action 4<div class="end">bree</div></button></li> | |
</menu> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment