Created
April 20, 2018 12:51
-
-
Save bulini/38ae0ef175635ea43da0a2904b006f74 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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