Search
 
SCRIPT & CODE EXAMPLE
 

CSS

rainbow text shadow animation

.confirm_selection {
    animation: glow .5s infinite alternate;
}

@keyframes glow {
    to {
        text-shadow: 0 0 10px red;
    }
}

.confirm_selection {
    font-family: sans-serif;
    font-size: 36px;
    font-weight: bold;
}
Comment

PREVIOUS NEXT
Code Example
Css :: font face html 
Css :: css image gallery 
Css :: border radius color html 
Css :: target button of fileinput css 
Css :: border style 
Css :: scrollheight 
Css :: chrome developer tools send get request 
Css :: how to add style .css in wp 
Css :: translate css property 
Css :: keyframes scss 
Css :: java to python 
Css :: css img 
Css :: generate your tailwind.config.js file 
Css :: change color select arrow css cf7 
Css :: css waves background 
Css :: css not working 
Css :: pagination html css how to working 
Css :: css notes 
Css :: negative border radius 
Css :: padding makes div overflow 
Css :: como hacer que me queden los nombres dentro de un formulario css 
Css :: css class for table 
Css :: how to make background image NOT scroll with the rest of the page. 
Css :: CSS The !important 
Css :: how to make focus outline round in html 
Css :: css hover pointer 
Css :: transform in css 
Css :: 3d rotating text css 
Css :: remove unused css styles 
Css :: css make a cell twice as big flexbox 
ADD CONTENT
Topic
Content
Source link
Name
2+6 =