55 lines
972 B
Plaintext
55 lines
972 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>Biologia Sukcesji</title>
|
|
<style>
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
text-align: center;
|
|
height: 100vh;
|
|
overflow: hidden;
|
|
background-color: #FCF8F6;
|
|
}
|
|
|
|
img {
|
|
max-width: 100%;
|
|
height: auto;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
max-height: 100vh;
|
|
min-width: 100%;
|
|
object-fit: cover;
|
|
}
|
|
|
|
/* a {
|
|
display: inline-block;
|
|
position: relative;
|
|
} */
|
|
|
|
.link {
|
|
display: block;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
opacity: 0;
|
|
z-index: 1;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<a href="mailto:kontakt@sukcesje.pl">
|
|
<img src="img/under_construction.webp" alt="Under Construction">
|
|
<span class="link"></span>
|
|
</a>
|
|
</body>
|
|
|
|
</html> |