Hi,
I’m trying to make content boxes round and in CSS
I have this:
.XXXX {
margin:0 0 25px;
overflow:hidden;
padding:20px;
background-color:#6BD5F1;
border:1px solid #afcde3;
-webkit-border-radius: 20px;
border-radius: 20px;
}
But how do I specify all boxes? what do I put under X?
Thanks