Column layout in HTML(5)/CSS

Posted by Josh P. on Stack Overflow See other posts from Stack Overflow or by Josh P.
Published on 2010-05-21T08:12:08Z Indexed on 2010/05/21 8:50 UTC
Read the original article Hit count: 421

Filed under:
|
|
|
|

Is there a way in HTML5/CSS to have the columns layed out as shown below, and still have the text flow correctly?

######  ######
# C1 #  # C2 #
#    #  #    #
######  ######

######  ######
# C3 #  # C4 #
#    #  #    #
######  ######

######  ######
# C5 #  # C6 #
#    #  #    #
######  ######

© Stack Overflow or respective owner

Related posts about html

Related posts about css