— 17 Kudos
Cool Layouts
Category: SpaceHey
h1{ animation: type 4s steps(40); font-size: 10px; white-space: nowrap; overflow: hidden; } @keyframes type{ 0%{ width:0ch; } 100%{ width:27ch; } } @keyframes blink{ 0%{opacity:1;} 50%{opacity:0;} 100%{opacity:1;} } .col, main, footer, nav::before, .online, nav .links, nav .top { animation: float 4s; animation-iteration-count: infinite; animation-timing-function: ease-in-out; } .col, main, footer,... » Continue Reading