Skip to content

Instantly share code, notes, and snippets.

@nielsdoorn
Last active August 29, 2015 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nielsdoorn/2fa5c22a0ae25b5b30c5 to your computer and use it in GitHub Desktop.
Save nielsdoorn/2fa5c22a0ae25b5b30c5 to your computer and use it in GitHub Desktop.
Untitled
@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;
}
<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>
// alert('Hello world!');
{"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