Latest solutions
Latest comments
- @Cortele@Jazzy486
You can add the following code to distribute space evenly in the main div
.main{ display: flex; }
For the divs inside the main div
.left-div, .right-div{ width:50%; }
You can add the following code to distribute space evenly in the main div
.main{ display: flex; }
For the divs inside the main div
.left-div, .right-div{ width:50%; }