span{
    display: inline-block;
    background-color: green;
    border: dashed 30px darkgreen;
    padding: 50px;
    width: 250px;
    height: 250px;
}
.contentbox{
    box-sizing: content-box;
}
.borderbox{
    box-sizing: border-box;
}