This can be achieved with CSS flexbox.
E.g
.container {
display: flex;
flex-direction: row;
}
Read more about flexbox on https://w3schools.com
This can be achieved with CSS flexbox.
E.g
.container {
display: flex;
flex-direction: row;
}
Read more about flexbox on https://w3schools.com