Created
November 1, 2018 03:54
-
-
Save longfellowone/8de58ca651e97f0d62b8d23a3f0562f2 to your computer and use it in GitHub Desktop.
This file contains 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="bg-green"> | |
<div class="container mx-auto"> | |
<ul class="md:flex list-reset"> | |
<li class="hover:bg-grey p-4"><a href="#">Link 1</a></li> | |
<li class="hover:bg-grey p-4"><a href="#">Link 2</a></li> | |
<li class="hover:bg-grey p-4"><a href="#">Link 3</a></li> | |
<li class="hover:bg-grey p-4"><a href="#">Link 4</a></li> | |
<li class="hover:bg-grey p-4"><a href="#">Link 5</a></li> | |
</ul> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment