67 lines
1.4 KiB
HTML
67 lines
1.4 KiB
HTML
<!-- Header template for most static websites -->
|
|
<head>
|
|
<link rel="stylesheet" href="css/bootstrap.min.css">
|
|
<link rel="stylesheet" type="text/css" href="custom.css">
|
|
|
|
<style>
|
|
{ margin: 0; padding: 0; }
|
|
|
|
body {
|
|
background-image: url('background.jpg');
|
|
background-repeat: no-repeat;
|
|
background-attachment: fixed;
|
|
-webkit-background-size: cover;
|
|
-moz-background-size: cover;
|
|
-o-background-size: cover;
|
|
background-size: cover;
|
|
min-height: 100vh;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
footer{
|
|
margin-top: auto;
|
|
}
|
|
|
|
.h-divider{
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
height:1px;
|
|
width:80%;
|
|
border-top:1px solid gray;
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.row.equal {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
}
|
|
|
|
.inherit_height
|
|
{
|
|
width:inherit;
|
|
height:100%;
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<div class="row justify-content-center border-0">
|
|
<div class="col-xl-12 mt-5 mb-5">
|
|
<div class="container">
|
|
<div class="row col-md-12">
|
|
<div class="col-12 col-md pl-5">
|
|
<h3 class='text-light'>linke-menner.de</h3>
|
|
<small class='text-light'>
|
|
hier findest du links zu texten, podcasts, vorträgen und mehr zum thema männlichkeit im linken spektrum
|
|
</small>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|