I have 2 sections that I want side by side, but will not work left float

for my happy layout I want to make 2 sections next to equal width 50% - 50% but the left float usually lead them to horizontal displacement and being side by side. They are stacked on top of each other.

Here is the code I have so far:

< div class = 'fluid productsdisplay' > < section class = "roofingsection" > This is the content of the Section layout 'roofingsection' tag < / section > < section class = "electricalsection" > is the content of the Section layout 'electricalsection' tag < / section > < / div >

CSS:

* {

-webkit-box-sizing: border-box;

-moz-box-sizing: border-box;

box-sizing: border-box;

}

{section}

float: left;

Width: 50%;

}

section: after {}

Clear: both;

Display: block;

content: ' ';

}

Nancy O.

Tags: Dreamweaver

Similar Questions

Maybe you are looking for