0% found this document useful (0 votes)
11 views1 page

Animated GIFs with Marquee Effects

Uploaded by

Yohannes Kassa
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views1 page

Animated GIFs with Marquee Effects

Uploaded by

Yohannes Kassa
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

<html> <html>

<head><title>Animation</title> <head><title>Animation</title>
<style> <style>
body{ body{
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
background-attachment: fixed; background-attachment: fixed;
} }
</style> </style>
</head> </head>

<body background="[Link]"> <body background="[Link]">


<marquee scrollamount="16"> <marquee scrollamount="16">
<img src="[Link]" width="16%"/> <img src="[Link]" width="16%"/>
</marquee> </marquee>

<br><br><br><br><br><br><br> <br><br><br><br><br><br><br>

<marquee direction="right" scrollamount="35"> <marquee direction="right" scrollamount="35">


<img src="[Link]" width="26%"/> <img src="[Link]" width="26%"/>
<img src="[Link]" width="22%"/> <img src="[Link]" width="22%"/>
<img src="[Link]" width="16%"/> <img src="[Link]" width="16%"/>
<img src="[Link]" width="30%"/> <img src="[Link]" width="30%"/>
</marquee> </marquee>
</body> </body>

</html> </html>

<html> <html>
<head><title>Animation</title> <head><title>Animation</title>
<style> <style>
body{ body{
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
background-attachment: fixed; background-attachment: fixed;
} }
</style> </style>
</head> </head>

<body background="[Link]"> <body background="[Link]">


<marquee scrollamount="16"> <marquee scrollamount="16">
<img src="[Link]" width="16%"/> <img src="[Link]" width="16%"/>
</marquee> </marquee>

<br><br><br><br><br><br><br> <br><br><br><br><br><br><br>

<marquee direction="right" scrollamount="35"> <marquee direction="right" scrollamount="35">


<img src="[Link]" width="26%"/> <img src="[Link]" width="26%"/>
<img src="[Link]" width="22%"/> <img src="[Link]" width="22%"/>
<img src="[Link]" width="16%"/> <img src="[Link]" width="16%"/>
<img src="[Link]" width="30%"/> <img src="[Link]" width="30%"/>
</marquee> </marquee>
</body> </body>

</html> </html>

You might also like