I\'m looking for a super easy method to create a two column format to display some data on a webpage. How can i achieve the same format as:
&l
-
Well, if you want the super easiest method, just put
left
right
.left {
float: left;
}
though you may need more than that depending on what other layout requirements you have.
- 热议问题