Is there anyway to get rid of the marquee padding? I was never able to figure this out, I know you can change the width and height but what about padding? I'm trying to change the amount of space between the wording and the top and bottom.
HTML:
<marquee width="50%">
<p>Sample ticker text goes here</p>
</marquee>
CSS
marquee {
font-family: wallStreetFont;
font-size:50px;
color:red;
background-color: black;
border: 1px solid #ccc;
padding:0px;
margin:0px;
}