— 8 KudosPinned
Category: SpaceHey
h1{ animation: type 3s steps(27); color: white; font-size: 10px; font-family: courier; white-space: nowrap; overflow: hidden; } @keyframes type{ 0%{ width:0ch; } 100%{ width:27ch; } } @keyframes blink{ 0%{opacity:1;} 50%{opacity:0;} 100%{opacity:1;} } body::before { content: " "; display: block; position: fixed; top: 0; left: 0; bottom: 0; » Continue Reading
» View Blog Entry
— 2 KudosPinned
Category: SpaceHey
body{ background: url(https://64.media.tumblr.com/4aed4c0209478ef1d8de8d765e25385c/9e444c5f89da9a7c-13/s540x810/4171a5316469c6fb9f8dea6e2e8f5ab5600e3daf.gifv); height: 100%; background-position: center; background-attachment: fixed; background-repeat: no-repeat; background-size: cover; } main{ margin-top: 10px; background-color: rgba(255,255,255,0.4); border: » Continue Reading
» View Blog Entry