Quantcast
Channel: Gigarocket Forum - All Forums
Viewing all articles
Browse latest Browse all 1923

CSS Question - Child Divs

$
0
0
Here's a question which someone could help me understand.

I know you can have child CSS divs within an existing div.

Example:
<div class="row col-sm-12"> content here</div>

Notice I have placed 2 CSS rules within a single div? row and col-sm-12   I did that to speed up page render time with less on-page divs.

My question is, how many additional child CSS rules can you place in a single div?   Also, I have noticed certain CSS rules will not blend in a single div.

Example:
<div class="container row"> content here</div>

Why is that? Any help and explanations will help me understand greatly. Cheers

have you any idea why that is?

Viewing all articles
Browse latest Browse all 1923

Trending Articles