<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Animation Using Html & Css</title>
<style>
body{
background-repeat: no-repeat;
background-size: 100% 100%;
background-attachment: fixed;
}
</style>
</head>
<body background="/cmpv/animation cyclr/gifs/bg.jpg">
<marquee behavior="" direction="" scrollamount = "18">
<img src="/cmpv/animation cyclr/gifs/birds.gif" width="16%" >
</marquee>
<br><br> <br><br> <br>
<marquee behavior="" direction="right" scrollamount = "35">
<img src="/cmpv/animation cyclr/gifs/1.gif" width="26%">
<img src="/cmpv/animation cyclr/gifs/2.gif" width="22%">
<img src="/cmpv/animation cyclr/gifs/3.gif" width="16%">
<img src="/cmpv/animation cyclr/gifs/4.gif" width="30%">
No comments:
Post a Comment