[mod] begining of other section of group photos (we'll need to be done on background)
This commit is contained in:
parent
f5d68bda6f
commit
a50f5d177a
@ -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;
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user