You are on page 1of 1

<!-- HTML Codes by Quackit.

com -->
<style>
.html-marquee {
height:200px;
width:400px;
background-color:#ffff33;
font-family:Cursive;
font-size:14px;
color:#000000;
border-width:4;
border-style:dotted;
border-color:#ff0000;
}
</style>
<marquee class="html-marquee" direction="left" behavior="scroll" scrollamount="12">
<p>im am sorry</p>
</marquee>

You might also like