Last active
September 25, 2015 08:59
-
-
Save jonginn/a5f849fe8db02cdf9cad to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
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
| <div class="wrapper"> | |
| <ul class="main-nav"> | |
| <li class="main-nav__item"><a href="#" class="main-nav__link">The Workshop</a></li> | |
| <li class="main-nav__item"><a href="#" class="main-nav__link">2015 Schedule</a></li> | |
| <li class="main-nav__item"><a href="#" class="main-nav__link">About Jon</a></li> | |
| <li class="main-nav__item"><a href="#" class="main-nav__link">Contact</a></li> | |
| </ul> | |
| </div> |
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
| // ---- | |
| // libsass (v3.2.5) | |
| // ---- | |
| body { | |
| font-family: sans-serif; | |
| } | |
| .wrapper { | |
| width: 100%; | |
| max-width: 780px; | |
| margin: 0 auto; | |
| } | |
| .main-nav { | |
| border: 1px solid #ccc; | |
| text-align: center; | |
| padding: 0; | |
| border-radius: 4px; | |
| background: #ddd; | |
| background: linear-gradient(to bottom, rgba(#fff,1) 0%,rgba(#eee,1) 100%); | |
| } | |
| .main-nav__item { | |
| display: inline-block; | |
| margin: 0; | |
| } | |
| .main-nav__link { | |
| text-transform: uppercase; | |
| font-weight: bold; | |
| display: block; | |
| text-decoration: none; | |
| line-height: 50px; | |
| color: #000; | |
| padding: 1px 20px 0; | |
| } | |
| .main-nav__link:hover { | |
| color: #333; | |
| } |
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
| body { | |
| font-family: sans-serif; | |
| } | |
| .wrapper { | |
| width: 100%; | |
| max-width: 780px; | |
| margin: 0 auto; | |
| } | |
| .main-nav { | |
| border: 1px solid #ccc; | |
| text-align: center; | |
| padding: 0; | |
| border-radius: 4px; | |
| background: #ddd; | |
| background: linear-gradient(to bottom, white 0%, #eeeeee 100%); | |
| } | |
| .main-nav__item { | |
| display: inline-block; | |
| margin: 0; | |
| } | |
| .main-nav__link { | |
| text-transform: uppercase; | |
| font-weight: bold; | |
| display: block; | |
| text-decoration: none; | |
| line-height: 50px; | |
| color: #000; | |
| padding: 1px 20px 0; | |
| } | |
| .main-nav__link:hover { | |
| color: #333; | |
| } |
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
| <div class="wrapper"> | |
| <ul class="main-nav"> | |
| <li class="main-nav__item"><a href="#" class="main-nav__link">The Workshop</a></li> | |
| <li class="main-nav__item"><a href="#" class="main-nav__link">2015 Schedule</a></li> | |
| <li class="main-nav__item"><a href="#" class="main-nav__link">About Jon</a></li> | |
| <li class="main-nav__item"><a href="#" class="main-nav__link">Contact</a></li> | |
| </ul> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment