Last active
August 29, 2015 14:17
-
-
Save nielsdoorn/2fa5c22a0ae25b5b30c5 to your computer and use it in GitHub Desktop.
Untitled
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
@import url(http://fonts.googleapis.com/css?family=Permanent+Marker); | |
body { | |
font-family: 'Permanent Marker', cursive; | |
color: white; | |
text-align: center; | |
background-color: #cb1c26; | |
} | |
ul { | |
list-style-type: none; | |
padding: 0; | |
margin: 0; | |
} | |
.menuitem { | |
display: inline-block; | |
width: 200px; | |
font-size: 2.3em; | |
color: #eee; | |
} | |
.menuitem a { | |
color: #FFFef1; | |
text-decoration: none; | |
transition: .4s; | |
} | |
.menuitem a:hover { | |
color: black; | |
} |
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
<img width="55%" src="http://a641.phobos.apple.com/us/r30/Purple2/v4/6d/e9/0f/6de90f1c-d2f4-3c95-ba0b-ca66d22b0945/mzl.dwsjbvtt.png" /> | |
<nav> <ul> <li class="menuitem"><a href="">Tickets</a></li> <li class="menuitem"><a href="">Line-up</a></li> </ul></nav> |
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
// alert('Hello world!'); |
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
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"result"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment