Skip to content

Instantly share code, notes, and snippets.

@maxpelic
Created August 27, 2013 16:48
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 maxpelic/6356055 to your computer and use it in GitHub Desktop.
Save maxpelic/6356055 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
@import url(http://fonts.googleapis.com/css?family=Fredoka+One);
body{
font-family:Fredoka One;
}
#left{
border-left:2px solid black;
transition:color 3s, padding-left .2s;
padding:5px;
text-decoration:none;
color:black;
}
#left:hover{
padding-left:10px;
color:#555;
}
<!-- content to be placed inside <body>…</body> -->
<a href="#" id="left">Man, this CSS is awesome.</a>
// alert('Hello world!');
{"view":"separate","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