<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<style type="text/css">
.aa{
width: 295px;
height: 270px;
border:1px solid green;
padding: 5px ;
border-radius: 5px;
}
.a {width: 295px;
height: 50px;
background-color: green; }
.b>div:nth-child(1) {width: 245px;height: 52px;background-color: orange;margin-top: 3px; }
.b>div:nth-child(2) {width: 245px;height: 52px;background-color: orange;margin-top: 3px; }
.b>div:nth-child(3) {width: 245px;height: 52px;background-color: orange;margin-top: 3px; }
.b>div:nth-child(4) {width: 45px;height: 163px;background-color: green;margin-top: -163px;margin-left: 250px; }
.c>div:nth-child(1){width: 95px;height: 52px;background-color: green;margin-top: 3px;margin-bottom: -50px;}
.c>div:nth-child(2){width: 95px;height: 52px;background-color: green;margin-left: 100px;}
.c>div:nth-child(3){width: 95px;height: 52px;background-color: green;margin-left: 200px;margin-top: -52px;}
</style>
</style>
</head>
<body>
<div class="aa">
<div class="a"></div>
<div class="b">
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<div class="c">
<div></div>
<div></div>
<div></div>
</div>
</div>
</body>
</html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<style type="text/css">
.aa{
width: 295px;
height: 270px;
border:1px solid green;
padding: 5px ;
border-radius: 5px;
}
.a {width: 295px;
height: 50px;
background-color: green; }
.b>div:nth-child(1) {width: 245px;height: 52px;background-color: orange;margin-top: 3px; }
.b>div:nth-child(2) {width: 245px;height: 52px;background-color: orange;margin-top: 3px; }
.b>div:nth-child(3) {width: 245px;height: 52px;background-color: orange;margin-top: 3px; }
.b>div:nth-child(4) {width: 45px;height: 163px;background-color: green;margin-top: -163px;margin-left: 250px; }
.c>div:nth-child(1){width: 95px;height: 52px;background-color: green;margin-top: 3px;margin-bottom: -50px;}
.c>div:nth-child(2){width: 95px;height: 52px;background-color: green;margin-left: 100px;}
.c>div:nth-child(3){width: 95px;height: 52px;background-color: green;margin-left: 200px;margin-top: -52px;}
</style>
</style>
</head>
<body>
<div class="aa">
<div class="a"></div>
<div class="b">
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<div class="c">
<div></div>
<div></div>
<div></div>
</div>
</div>
</body>
</html>