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