Skip to content

Instantly share code, notes, and snippets.

@crestinglight
Created February 26, 2017 22:02
Show Gist options
  • Select an option

  • Save crestinglight/1f46429734912371e715a706ce4c929a to your computer and use it in GitHub Desktop.

Select an option

Save crestinglight/1f46429734912371e715a706ce4c929a to your computer and use it in GitHub Desktop.
.menu {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
color: #424242;
background-color: #d8d8d8;
box-shadow: 0px 3px 7px #c1c1c1;
padding-top: 23px;
padding-bottom: 23px;
min-width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment