What is the best way to prevent repeating CSS code like this:
div#logo div:nth-child(1) div {
width: 30%;
height: 30%;
background-color: white;
}
div#logo div:nth-child(3) div {
width: 30%;
height: 30%;
background-color: white;
}