I created a rectangle using this code:
<div style="width:50 0px;height:100p x;border:1px solid #3D5B9B;">This is a rectangle!</div>
I want to have three such boxes horizontally with white space between them. From the past two hours I have tried every bit of code.
What should I use to have whitespace between the horizontal boxes.
<div style="width:50 0px;height:100p x;border:1px solid #3D5B9B;">This is a rectangle!</div>
I want to have three such boxes horizontally with white space between them. From the past two hours I have tried every bit of code.
What should I use to have whitespace between the horizontal boxes.
Comment