Jan Walraven
DevOps



Menu
Categories:
Posted on

Auto grow wrapper div height with floating content

HTML code:

left text
right text

CSS code:


.wrapper{
	overflow:auto;
}

.left{
	float:left;
	height:180px;
}

.right{
	float:left;
	height:180px;
}