Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mengaww2ya committed May 8, 2024
1 parent 697feea commit 245b8a9
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 3 deletions.
Binary file added ball.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added basketball-bouncing.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 11 additions & 2 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,17 @@ body{
background-repeat: no-repeat;
background-size: cover;
}
.name{width: 100%;
.moving{
padding-top: 20%;
width: 100%;
height: 500px;
background-image: none;

}
}
.ball{
border-radius: 50%;
}
.someone{
overflow-y: 20%;
overflow-y: 20%
;}
8 changes: 7 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
<link rel="stylesheet" href="index.css">
</head>
<body>
<marquee class="name" behavior="repeat" direction="right"> <img src="istockphoto-1382180123-612x612.jpg" alt=""><img src="download.jpeg" alt=""></marquee>
<div class="moving">
<marquee class="name" behavior="repeat" direction="right" scrolamount="20%">
<img class="someone" src="pixel-cat.gif">
<img class="ball" src="ball.png" ></marquee>
</div>


</body>
</html>
Binary file added pixel-cat.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 245b8a9

Please sign in to comment.