~mika/www.m1kadev.nl

ref: 3d57df45ce73eee1a18b7baaab5a77ad59dc13fb www.m1kadev.nl/styles/colophon.css -rw-r--r-- 184 bytes
3d57df45 — m1ka new stylesheets ! 2 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
@keyframes blink {
    50% {
        opacity: 0;
    }
}

footer > div::after {
    content: "_";
    font-family: var(--sans-serif-font);
    animation: blink 1s steps(1) infinite;
}