<div class="internetbumperstickers">
<marquee scrollamount="10">
<img src="https://www.internetbumperstickers.com/066811/n01/napster.gif">
<img src="https://www.internetbumperstickers.com/066811/n01/no_trolls.gif">
.
.
.
<a href="./credits" target="_blank"><img src="https://www.internetbumperstickers.com/066811/c01/citation_needed.gif"></a>
</marquee>
</div>
CSS
.internetbumperstickers {
position:fixed;
width:100%;
height:40px;
padding:10px 5px;
bottom:0;
}
To add your own stickers, go to Internet Bumper Stickers, and take a look around.<img>
tag, and paste the link into the quotes for the source=""
.<marquee scrollamount="10">
bottom: 0;
to top: 0;
.padding: 10px 5px;
to padding: 10px 0;
.<a>
tag at the end.index.html
exists at home/credits
on your website.
To learn more HTML/CSS, check out these tutorials!