Search
 
SCRIPT & CODE EXAMPLE
 

CSS

box glow css

.wrapper{
  width: 100%;
  background: #fff;
  border-radius: 5px;

  
  animation: blink 1s infinite alternate;
}


@keyframes blink {
  100% {
    box-shadow: 0 0 10px rgb(0, 195, 255), 0 0 10px rgb(211, 243, 31), 0 0 20px rgb(230, 30, 30), 0 0 40px #346974,
      0 0 70px #7eff05, 0 0 80px #d408a1;
  }
}
Comment

PREVIOUS NEXT
Code Example
Css :: grid repeat css 
Css :: how to stop overflow in css 
Css :: custom scroll bar css 
Css :: Setting paragraph margin to 0 
Css :: css background transparent blur 
Css :: bootstrap popover style width 
Css :: css change text color 
Css :: text-transform 
Css :: brightness css 
Css :: darken scss 
Css :: import font in css 
Css :: how to make distance betwwen corosel transition 
Css :: font size x large in css 
Css :: css pointer-events 
Css :: background-image linear-gradient url 
Css :: html css circle progress bar 
Css :: cypress element css 
Css :: increase the distance between paragraphs css 
Css :: gradient btn 
Css :: margin-top not working 
Css :: .col-12 bootstrap 
Css :: logo discord css 
Css :: css materialize 
Css :: prefix in css 
Css :: portfolio website html css 
Css :: rainbow text shadow animation 
Css :: variables css 
Css :: how to hover div in css 
Css :: css transforms 
Css :: css clearfix for floats with display table and clear both 
ADD CONTENT
Topic
Content
Source link
Name
9+5 =