[enh] separate between sections
This commit is contained in:
parent
8007120805
commit
93267d6fbd
@ -9,18 +9,20 @@ body {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
section {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
}
|
||||||
|
|
||||||
.full-picture {
|
.full-picture {
|
||||||
position: relative;
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 250px;
|
min-height: 250px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bordered-picture {
|
.bordered-picture img {
|
||||||
height: 80%;
|
height: 80%;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
margin-left: 10%;
|
margin-left: 10%;
|
||||||
margin-right: 10%;
|
margin-right: 10%;
|
||||||
margin-top: 3em;
|
margin-top: 3em;
|
||||||
margin-bottom: 5em;
|
|
||||||
}
|
}
|
||||||
|
@ -13,14 +13,11 @@
|
|||||||
<section class="full-picture" style="background: transparent url('./1.png') no-repeat scroll center top / cover;">
|
<section class="full-picture" style="background: transparent url('./1.png') no-repeat scroll center top / cover;">
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<p>pouet</p>
|
|
||||||
|
|
||||||
<section class="full-picture" style="background: transparent url('./1.png') no-repeat scroll center top / cover;">
|
<section class="full-picture" style="background: transparent url('./1.png') no-repeat scroll center top / cover;">
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<p>pouet</p>
|
<section class="bordered-picture">
|
||||||
|
<img src="./1.png">
|
||||||
<img class="bordered-picture" src="./1.png">
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user