@charset "UTF-8";

.demo1
{
	width: 120px;
	height: 100px;
	padding:20px;
	border:1px #ddd solid;
	box-sizing:border-box;
}
