.leftTop {
text-align: center;
font-size: 18px;
height: 320px;
.title {
font-weight: bolder;
}
#accident-distribution {
background-color: rgba(220, 220, 220, 0.2);
margin: 5px 10px 5px 20px;
padding-bottom: 5px;
}
}
1 .leftTop { 2 text-align: center; 3 font-size: 18px; 4 height: 320px; 5 .title { 6 font-weight: bolder; 7 } 8 #accident-distribution { 9 background-color: rgba(220, 220, 220, 0.2); 10 margin: 5px 10px 5px 20px; 11 padding-bottom: 5px; 12 } 13 }