10 lines
374 B
HTML
10 lines
374 B
HTML
<section class="full-picture" style="background: transparent url('{{ section.image }}') no-repeat scroll center top / cover;">
|
|
<div class="picture-text">
|
|
<div class="picture-text-column">
|
|
<h1>Some title on the picture</h1>
|
|
<h2>Some subtitle</h2>
|
|
<div class="datetime">march 3th 2015</div>
|
|
</div>
|
|
</div>
|
|
</section>
|