#target {
left: 1px;
right: 2px;
div { }
width: 100px;
height: 50px;
span { }
top: 3px;
@media (width > 100px) {
color: green;
opacity: 1;
}
bottom: 4px;
}
#target {
left: 1px;
right: 2px;
div { }
width: 100px;
height: 50px;
span { }
top: 3px;
@media (width > 100px) {
color: green;
opacity: 1;
}
bottom: 4px;
}