Skip to content

Instantly share code, notes, and snippets.

View lappi-lynx's full-sized avatar
🚴
Cycling from home

Stanislav Kniazev lappi-lynx

🚴
Cycling from home
View GitHub Profile
@lappi-lynx
lappi-lynx / position-try-menu-example.html
Created November 5, 2025 22:03
position-try css dropdown menu example - no js dropdown menu for different screen positioning
<html>
<body>
<button popovertarget="menu">Menu</button>
<div id="menu" popover>
<a href="https://www.google.com">Google</a>
<a href="https://www.yahoo.com">Yahoo</a>
<a href="https://www.bing.com">Bing</a>
</div>
<style>