I have two boxes that I need to know how to align. I want the boxes to be next to each other, instead of on top of each other. How do I do this?
Here is the code-
<div style="width: 275px; height: 170px; border: 3px solid green; text-align: center;"> Text Here</div>
<div style="width: 275px; height: 170px; border: 3px solid green; text-align: center;"> Text Here</div>