[enh] full css support for pictures group
This commit is contained in:
parent
a50f5d177a
commit
942ab91a2f
@ -28,16 +28,20 @@ section {
|
||||
}
|
||||
|
||||
.pictures-line {
|
||||
min-width: 80%;
|
||||
width: 80%;
|
||||
margin-left: 10%;
|
||||
margin-right: 10%;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.pictures-line img {
|
||||
position: relative;
|
||||
display: inline;
|
||||
width: 33%;
|
||||
height: auto;
|
||||
.pictures-line .picture img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.pictures-line .separator {
|
||||
min-width: 15px;
|
||||
}
|
||||
|
||||
footer {
|
||||
|
@ -22,9 +22,17 @@
|
||||
|
||||
<section class="pictures-group">
|
||||
<div class="pictures-line">
|
||||
<img src="./1.png">
|
||||
<img src="./1.png">
|
||||
<img src="./1.png">
|
||||
<div class="picture">
|
||||
<img src="./1-small.png">
|
||||
</div>
|
||||
<div class="separator"></div>
|
||||
<div class="picture">
|
||||
<img src="./2-small.png">
|
||||
</div>
|
||||
<div class="separator"></div>
|
||||
<div class="picture">
|
||||
<img src="./1-small.png">
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user