Files
2026-04-13 07:15:44 +00:00

12 lines
159 B
CSS

#dom-node {
width: 100px;
height: 100px;
background-color: grey;
}
#child {
height: 30px;
width: 30px;
background-color: lightgrey;
}