Skip to content

Instantly share code, notes, and snippets.

@brito
Created December 18, 2012 00:24
Show Gist options
  • Save brito/4323761 to your computer and use it in GitHub Desktop.
Save brito/4323761 to your computer and use it in GitHub Desktop.
511 *
/** 511 **/
* { background:rgba(0,0,0,.1); margin:auto; padding:0; box-sizing:border-box;
transition:all 250ms }
body { font:200%/2 Georgia,serif }
a { display:block }
nav a { padding-left:2em; text-indent:1em }
nav a:after { content:attr(title) }
#logo { background:transparent;
background:url(http://f.cl.ly/items/2b2D430f0I362O0B1B1I/511%20white.png) no-repeat;
background-size:contain }
.idle { width:10em; margin-top:5em; animation:-idle 6s infinite linear }
@keyframes idle {
to { transform:rotate3d(1,1,1,360deg) }}
.idle a { animation:-idle 5s infinite alternate }
<nav class=idle>
<a href=//phiveleven.com id=logo title=Phiveleven></a>
<a href=services title=Certification></a>
<a href=join title=About></a>
</nav>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment