Set up the HTML structure and positioning context for a CSS-only dropdown menu.
.dropdown
.dropdown-toggle
.dropdown-menu
position: relative;
Use a div wrapper with a button and a panel inside.