Vertical centering with line-height

Vertically Centered content

Css

div{
	height:150px;
	width:500px;
	background:#eee;	
	padding:0 10px;
}
div *{
	margin:0;
}
div p{
	line-height:150px;
}
	

back to the article

One liners brought to you by Css Globe