You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

12 lines
247 B

.blockHead {
background: #e8e8e8;
border-radius: 10px;
}
.blockHead span {
background: white;
display: inline-block;
width: 100%;
box-shadow: 0 5px 10px rgba(0,0,0,0.22);
padding: 15px;
border-radius: 10px;
}