Skip to content

Commit

Permalink
Merge pull request #154 from anshu0008/main
Browse files Browse the repository at this point in the history
Resolved Issue #5
  • Loading branch information
IshitaSatpathy authored Oct 13, 2022
2 parents b90f870 + 68daaf3 commit f4af0f5
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 0 deletions.
Binary file added Anshu Agrawal/Issue5/Images/Spiral-Galaxy.gif
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 Anshu Agrawal/Issue5/Images/img_obj.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions Anshu Agrawal/Issue5/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!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>space_centre</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="bg">
<img class="obj" src="./Images/img_obj.png" />
</div>
</body>
</html>
16 changes: 16 additions & 0 deletions Anshu Agrawal/Issue5/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
*{
margin: 0px;
padding: 0px;
}
body{
background-image: url("Images/Spiral-Galaxy.gif");
background-repeat: repeat;
/* background-position: right bottom, left top; */
padding: 15px;
}
.obj{
display: block;
height: 90vh;
width: auto;
margin: 0px auto;
}

0 comments on commit f4af0f5

Please sign in to comment.