[S] Three images side by side
This commit is contained in:
@@ -47,6 +47,20 @@
|
||||
border: 1px solid #5b3300;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.image-row {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.image-row div {
|
||||
flex: 33.33%;
|
||||
}
|
||||
|
||||
.image-row img {
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user