Trein achtergrond
This commit is contained in:
parent
187032cbfa
commit
001ddf5728
3 changed files with 15 additions and 15 deletions
BIN
assets/afb/train.gif
Normal file
BIN
assets/afb/train.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 956 KiB |
|
@ -70,22 +70,11 @@
|
||||||
|
|
||||||
#page-container {
|
#page-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 100vh;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#content-wrap {
|
#content-wrap {
|
||||||
padding-bottom: 80px; /* Footer height */
|
padding-bottom: 0px; /* Footer height */
|
||||||
}
|
|
||||||
|
|
||||||
#page-container {
|
|
||||||
position: relative;
|
|
||||||
min-height: 100vh;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#content-wrap {
|
|
||||||
padding-bottom: 80px; /* Footer height */
|
|
||||||
}
|
|
||||||
|
|
||||||
.container{
|
.container{
|
||||||
max-width: 1140px;
|
max-width: 1140px;
|
||||||
}
|
}
|
||||||
|
@ -103,10 +92,21 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#sectie_pagina {
|
#sectie_pagina {
|
||||||
background-color: #171E26;
|
background-color: #171E26;
|
||||||
min-height: calc(100vh - 260px);
|
min-height: calc(100vh - 200px);
|
||||||
padding-bottom: -100px;
|
padding-bottom: -100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#sectie_pagina_train {
|
||||||
|
min-height: calc(100vh - 290px);
|
||||||
|
padding-bottom: -100px;
|
||||||
|
background-image: url('/assets/afb/train.gif');
|
||||||
|
background-size: cover;
|
||||||
|
background-position: center;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-attachment: fixed;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
#sectie_footer {
|
#sectie_footer {
|
||||||
background-color: #10161D;
|
background-color: #10161D;
|
||||||
|
|
|
@ -97,7 +97,7 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="sectie_pagina">
|
<section id="sectie_pagina_train">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div id="tekst-midden">
|
<div id="tekst-midden">
|
||||||
<h1>Contactgegevens:</h1>
|
<h1>Contactgegevens:</h1>
|
||||||
|
|
Loading…
Reference in a new issue