Skip to content

Commit

Permalink
commited
Browse files Browse the repository at this point in the history
  • Loading branch information
mengaww2ya committed May 7, 2024
0 parents commit 697feea
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 0 deletions.
Binary file added download (1).jpeg
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 download (2).jpeg
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 download.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
body{
background-image:url(download\ \(2\).jpeg);
background-repeat: no-repeat;
background-size: cover;
}
.name{width: 100%;
height: 500px;
background-image: none;

}
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<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>
</body>
</html>
Binary file added istockphoto-1382180123-612x612.jpg
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 697feea

Please sign in to comment.