12 lines
159 B
CSS
12 lines
159 B
CSS
#dom-node {
|
|
width: 100px;
|
|
height: 100px;
|
|
background-color: grey;
|
|
}
|
|
|
|
#child {
|
|
height: 30px;
|
|
width: 30px;
|
|
background-color: lightgrey;
|
|
}
|