Aggiornare 'habitat/index.html'

master
Jacopo 2 years ago
parent c79693adda
commit 7b8e4aefc7

@ -11,6 +11,30 @@
</head>
<body>
<style>
.fullscreen-image {
position: fixed;
overflow: hidden;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
transform: translateX(-50%) translateY(-50%);
z-index: -10;
}
</style>
<div id='fullscreen-image'>
<img src="/habitat/img/mappa-web.jpg" class='workimg'/>
</div>
<div id='wrapper'></div>
<a href='../' id='homebttn' class='ext'> << home</a>
<header>

Loading…
Cancel
Save