Skip to content

Instantly share code, notes, and snippets.

@agriboz
Created July 22, 2013 08:24
Show Gist options
  • Save agriboz/6052214 to your computer and use it in GitHub Desktop.
Save agriboz/6052214 to your computer and use it in GitHub Desktop.
body {
background: #ccc51c;
min-height: 100%;
}
h1 {
position: absolute;
left: 50%;
margin-left: -1.9em;
color: hsla(0,0%,100%,.3);
font: 900 800% Baskerville, 'Palatino Linotype', Palatino, serif;
}
@keyframes loading {
from { max-width: 0; }
}
h1:before {
content: attr(data-content);
position: absolute;
overflow: hidden;
max-width: 4em;
color: white;
animation: loading 10s linear;
}
<h1 data-content="Contad">Contad</h1>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment