.blink_me {
animation: blinker 1s linear infinite;
}
@keyframes blinker {
50% {
opacity: 0;
}
}
<div class="blink_me">BLINK ME</div>
Run code snippet
Code Example |
---|
Css :: mat card title center |
Css :: how to center an hr |
Css :: input autocomplete css color |
Css :: css align items vertical center |
Css :: Centering a div of unknown height and width |
Css :: how to center in absolute position |
Css :: nunito font family |
Css :: no border css |
Css :: transition all ease 0.3s |
Css :: media queries css not working for mobile |
Css :: input focus border |
Css :: drop shadow image css |
Css :: inline block align center |
Css :: text border css |
Css :: smooth transition css on hover |
Css :: console.log with color font |
Css :: make images same size css |
Css :: hover apply lighter color css |
Css :: website make text not highlightable |
Css :: How to check tailwindcss version |
Css :: CS REMOVING BACKGROUND IMAGE |
Css :: css variables |
Css :: aling cente |
Css :: icon inside a circle css |
Css :: radio button color css |
Css :: open sans css |
Css :: html dim entire screen |
Css :: horizontally align button |
Css :: scss install |
Css :: decrease space between paragraphs html |