div.class {
height: 80px;
width: 60px;
padding: 15px;
background-color: silver;
}
span.class1 {
height: 50px;
width: 60px;
padding: 3px;
background-color: value;
}
span.class2 {
height: 30px;
width: 60px;
padding: 3px;
background-color: value;
}
.class, .class1, .class2 {
box-sizing: border-box;
}