Looking for a method to effortlessly apply styles to all elements within a specific class without repeating code like this:
.element-wrapper .coin-box{
margin: 10px;
float: left;
}
.element-wrapper .platform{
margin: 10px;
float: left;
}
.element-wrapper .goomba{
margin: 10px;
float: left;
}