How to align boxes side to side?
How to align boxes side to side?
|
|
---|---|
Posted 2023-01-01 17:05:01
Text Text < div class="box" style="border:1px solid black; width:250px; height: 250px; margin: 15px;"> Text < /div> < div class="box" style="border:1px solid black; width:250px; height: 250px; margin: 15px;"> Text < /div> < /div> |
divided by zero #25594 |
Posted 2023-01-03 19:47:38
A. Increase the boxcontainer width (where it says 90%). B. Decrease the width of the boxes (where it says 250px). C. Do both A and B. |
fireflii #757 |