Repositories (1)

artical
1 snippets stored for this repo
CSS IconCSS
width: 600px;
    animation: 2s alternate nazi;
}
@keyframes nazi {
    0% {
        transform: translateX(-1000px);
        opacity: 0;