Created
February 26, 2017 22:02
-
-
Save crestinglight/1f46429734912371e715a706ce4c929a to your computer and use it in GitHub Desktop.
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 { | |
| 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