Instructions
<!--1.Read all the instruction-->
<!--2.Copy and paste it on you guide in one of the box you what it to be-->
<!--3.The text in green color tells what to do And The text in blue color are the one you should change/ replace with what you want to be there-->
<!--4.Edit /Replace the blue text to meet what you want to be there-->
<style>
.marquee1{
width:98%;
height:20%;
margin: 4px;
padding: 1px;
background-color: darkblue;
font-family:monospace;
font-size: 18px;
color: white;
text-align: center;
}
</style>
<body>
<div class="marquee1">
<h3><strong><em>ANNOUNCEMENT slide-in text...</em></strong></h3>
<hr>
<marquee behavior="slide" direction="left">Add slide-in text here...</marquee>
</div>
</body>