Skip to content

Instantly share code, notes, and snippets.

@pascalbajorat
Created April 23, 2021 12:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pascalbajorat/1280ad9f16a454ebe3787b2ee1026241 to your computer and use it in GitHub Desktop.
Save pascalbajorat/1280ad9f16a454ebe3787b2ee1026241 to your computer and use it in GitHub Desktop.
Website-Preview
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title>Layoutvorchlag</title>
<style type="text/css">
body {
padding:0;
margin:0;
}
.container {
background:url("img/website.png") no-repeat top center;
width:100%;
height:3764px;
}
</style>
</head>
<body>
<div class="container">
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment