Using CSS to achieve blinking text is highly discouraged; It has bad browser support and standardization. Some browsers may display it and others won't; Some won't display it at all!
You would have better browser support if you used JavaScript, but if you are still pushing to use CSS, the official way to create blinking text would be to use the text-decoration property with a blink value.
Example 1body{text-decoration: blink}
The above CSS will make any text in
blink.Example 2.blink{text-decoration: blink}
The above CSS will make any text in blink.
Chat with our AI personalities
if you want to make your text have color simply insert < colofontr=watevercolor>text goes here . if you want your text to blink insert this code will only show your text blink if you have mozilla fox , not internet explorer . text background search how to change that in Google .colofontr=watevercolor
ciao
Blink is a non-standard HTML tag that may not work in very many modern browsers. Here is an example of how to use the blink tag: <blink>Blinking Text Goes Here</blink>.
shading
See how this grabs you: /* Example stylesheet with black background, white text, yellow links and borderless images */ * { padding: 0; margin: 0; } body { background-color: black; font-size: 12pt; font-family: "Times New Roman", serif; font-weight: bold; color: #fff; margin: 0; padding: 0; } a:link { color: #ff0; background-color: transparent; } a:visited { color: #f99; background-color: transparent; text-decoration: none; } a:hover { color: #f00; background-color: white; text-decoration: none; } h1, h2, h3{ text-align: center; font-weight: bold; font-family: Verdana, sans-serif; } img { border-style: none; background-color: transparent; }
<font style="background-color: red;">this text will have a red background</font>
<blink>anand</blink>
The background color would be a hex number like #eeeeee or the title of the color like lightslateblue p{ background: #/name }