HTML/CSS grid layout with different size boxes? -
I am trying to create a layout in HTML / CSS (as is illustrated).
I have tried using Divs and ul / li but stacking is not working.
Can anyone tell me in the right direction?
You can use table tags and Colspan / rowspan attributes, however, this is a very old solution. The best thing you can do is, Brad Werth has been suggested using the bootstrap.
You can assign each div to its related class Should be made with Remember that you have to play with the display feature to achieve your goal.
Comments
Post a Comment