How do I reuse a block of code put in a class, sort of like the code below ?
.reusable {
float:left;
width:178px;
padding:8px;
margin:0 3px 0 0;
}
#container, .reusable {
background: url(../images/sb.jpg) no-repeat top left;
background-color:#e0f2ff;
}
thanks