Skip to content

Instantly share code, notes, and snippets.

@bulini
Created April 20, 2018 12:51
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 bulini/38ae0ef175635ea43da0a2904b006f74 to your computer and use it in GitHub Desktop.
Save bulini/38ae0ef175635ea43da0a2904b006f74 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Confindustria SFC - Economia Circolare</title>
<style type="text/css">
footer {
bottom: 0;
position: absolute;
}
body {
height: 100vh;
background-repeat: no-repeat;
background-position: center;
background-size: 40% auto;
background-image: url('http://preparatialfuturo.confindustria.it/wp-content/uploads/2018/04/2018-04-17.jpg');
}
</style>
</head>
<body>
<footer>
DIOCAN
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment