Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css animate flashing

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

<div class="blink_me">BLINK ME</div>
Comment

PREVIOUS NEXT
Code Example
Css :: remove outline of input css 
Css :: tailwind border bottom 
Css :: css url do not change color of visited links 
Css :: box shadow to make border bottom 
Css :: css text black outline 
Css :: align center img css inside div 
Css :: centre div vertically and horizontally 
Css :: como colocar o footer sempre no final da página 
Css :: check if swap is working 
Css :: ho to choose the first child of parent in css 
Css :: display flex column width auto 
Css :: sass calculate and concat pixels 
Css :: css unlock scroll 
Css :: font-weight css 
Css :: css border on part of side 
Css :: centering css elements 
Css :: css different sreen size 
Css :: white rgb color 
Css :: html input background color 
Css :: ionchips scroll x 
Css :: npm scss 
Css :: element not going to the bottom of the page 
Css :: chmod recursive 
Css :: pressed button css&html 
Css :: textarea resize only horizontal 
Css :: cut word css 
Css :: css position sticky 
Css :: rgb gold 
Css :: texting getting out of box css 
Css :: css style slider color 
ADD CONTENT
Topic
Content
Source link
Name
3+9 =