Skip to content

Instantly share code, notes, and snippets.

@marshallmurphy
Created April 27, 2020 11:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marshallmurphy/ea663a8981843e5e4e0f1b0c7111d139 to your computer and use it in GitHub Desktop.
Save marshallmurphy/ea663a8981843e5e4e0f1b0c7111d139 to your computer and use it in GitHub Desktop.
.menu {
position: absolute;
width: 138px;
background-color: #000;
color: #fff;
border: 1px solid;
}
.menuItem {
padding: 4px 8px;
margin: 2px 0;
border-bottom: 1px solid;
cursor: pointer;
}
.menuItem:last-child {
border: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment