* {
margin:0;
padding:0;
}
#box {
width:300px;
height:150px;
border:10px dashed #ccc;
line-height:130px;
text-align:center;
font-size:40px;
box-sizing:border-box;
margin:50px;
}
#cvs {
position:absolute;
top:50px;
left:50px;
/* position:relative;
top:-200px;
left:50px;
*/
}