Test 6
Hub » Test 6
.dlog { position: fixed; top: 50%; left: 50%; -webkit-font-smoothing: antialiased; transform: translate(-50%, -50%); } .d-child { padding: 1em 2em; border: solid 1px #333; font-size: 1.2em; background-color: #141212 !important; background-image: linear-gradient(rgba(18, 16, 16, 0.03) 50%, rgba(0, 0, 0, 0.45) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.22), rgba(0, 255, 0, 0.11), rgba(0, 0, 255, 0.22)); background-size: 100% 2px, 3px 100%; color: rgba(51, 255, 51, 0.9); box-shadow: none !important; animation: l-flicker 0.5s ease 0s infinite alternate; } @keyframes l-flicker { 60%, 85% {color: rgba(51, 255, 51, 0.8);} 61%, 87% {color: rgba(51, 255, 51, 0.9);} } /* animation: anime1 3s ease; animation-iteration-count: 2; animation-direction: alternate; animation-fill-mode: forwards; @keyframes anime1 { 0% {transform: translate(3000px, -50%);} 70%, 100% {transform: translate(-50%, -50%);} } */
page revision: 34, last edited: 02 Feb 2019 13:46