michael murder 's profile picture

Published by

published
updated

Category: Web, HTML, Tech

flashing color text (html tutorial ig xd)


a lot of people hav been asking so heres a tutorial

here i redefined the blink tag so it's easier for me

white to red to white
<blink>white to red to white</blink>

<style>
blink{
animation:blinkingcolors 0.5s linear infinite}

@keyframes blinkingcolors{
0%{color:#ff0000}
50%{color:#ffffff}
100%{color:#ff0000}}
</style>

but if you want you can make a new class

a buncha colors
<div class="rainbow">a buncha colors</div>

<style>
.rainbow{
animation:myrainbow 1.0s linear infinite}

@keyframes myrainbow{
0%{color:#f54242}
25%{color:#f2bf3f}
50%{color:#61eb3b}
75%{color:#2895ed}
100%{color:#f54242}}
</style>

i hope i helped and if you hav any questions just ask
add me if you're cool 


72 Kudos

Comments

Displaying 4 of 4 comments ( View all | Add Comment )

Polentitaaasada!ඞ

Polentitaaasada!ඞ's profile picture

OMG how cool! Thanks! :D


Report Comment

Flan

Flan's profile picture

is there a way to use this code on the "__ blurb's" text?? D:


Report Comment

Cocaine Angel

Cocaine Angel's profile picture

THANK YOU SM!!


Report Comment

Yokoo

Yokoo's profile picture

THANK UUUUUUUUUU


Report Comment



np :p

by michael murder; ; Report