[mod] begining of other section of group photos (we'll need to be done on background)

This commit is contained in:
Laurent Peuch 2015-12-04 23:13:49 +01:00
parent f5d68bda6f
commit a50f5d177a
2 changed files with 21 additions and 0 deletions

View File

@ -27,6 +27,19 @@ section {
margin-top: 3em;
}
.pictures-line {
width: 80%;
margin-left: 10%;
margin-right: 10%;
}
.pictures-line img {
position: relative;
display: inline;
width: 33%;
height: auto;
}
footer {
margin-top: 7em;
text-align: center;

View File

@ -20,6 +20,14 @@
<img src="./1.png">
</section>
<section class="pictures-group">
<div class="pictures-line">
<img src="./1.png">
<img src="./1.png">
<img src="./1.png">
</div>
</section>
<footer>
<p>Generate using <a href="https://github.com/psycojoker/prosopopee">Prosopopée</a> · content under <a href="CC-BY-SA">CC-BY-SA</a></p>
</footer>