-
-
Save Ollo/4423860 to your computer and use it in GitHub Desktop.
hipster nonsense
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
/** | |
* hipster nonsense | |
*/ | |
body { | |
font-family: Helvetica; | |
background:#efefef; | |
} | |
#main { | |
width:960px; | |
margin:50px auto; | |
padding:40px; | |
background: url("http://subtlepatterns.subtlepatterns.netdna-cdn.com/patterns/linedpaper.png") repeat center center; | |
border-radius: 10px; | |
border: 1px solid #dedede; | |
box-shadow: 4px 3px 7px 0 rgba(0,0,0, .25); | |
} | |
h1 { | |
font-family: Helvetica; | |
font-size:50px; | |
color:#262626; | |
transition: color .35s ease-in; | |
text-shadow: 1px 1px 0 #fff, 2px 2px 0 #4c4c4c, 3px 3px 0 #4F4F4F; | |
display:inline-block; | |
} | |
h1:hover { | |
color:#6a6a6a; | |
} |
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 id="main"> | |
<h1>Hipster Nonsense</h1> | |
</div> |
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":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment