Resize (CSS3)

css
.box{
	background-color:#ccc;
	border:2px solid #666;
	min-width:250px;
	min-height:250px;
	max-width:500px;
	max-height:500px;
	overflow:auto;	
	resize:both;
}

One Response to “Resize (CSS3)”

  1. Hello from Russia!
    Can I quote a post in your blog with the link to you?

Discuss the Code