Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</title> <style> body .textemulticolore { background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; color: transparent; } </style> </head> <body> <h1> <span class="textemulticolore">Soyons créatifs!</span> </h1> </body> </html>