Skip to content

Commit

Permalink
earth
Browse files Browse the repository at this point in the history
  • Loading branch information
shiva.rv committed Oct 29, 2023
0 parents commit cd8a4a1
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 0 deletions.
Binary file added background.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions earth.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@

<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Page Title</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='main.css'>
</head>

<style>
body {
background-image:url('background.gif');
background-size:100%;
background-repeat: repeat-y;
background-attachment: fixed;
height:100%;
width:100%;
}
.imgbox {
display: grid;
height: 100%;
}
.center-fit {
max-width: 100%;
max-height: 100vh;
margin: auto;
}
</style>

<html>
<body>
<div class="imgbox">
<img class="center-fit" src="platformcosmo-logo.png" alt="platformcosmo" >
</div>
</body>
</html>






Binary file added platformcosmo-logo.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 platformcosmo.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 cd8a4a1

Please sign in to comment.