Anthony .'s profile picture

Published by

published
updated

Category: Web, HTML, Tech

How To: Make Text Bounce Off The Sides !!

Bouncing text... This is the code for it, you might have to copy/paste it a few times for it to work:


<marquee behavior="alternate">Bouncing text...</marquee>


Replace Bouncing text... with your text, then copy the code and check if it works. If not, copy, paste, and check until it works. You can also change the color of the text, it's easier with this format:

<marquee behavior="alternate" style="color: rgb(192, 80, 77);">Bouncing text...</marquee>

You can change the colors though RGB values, which you can find through a quick google search. It looks like this (red):

Bouncing text...


15 Kudos

Comments

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