12 lines
161 B
CSS
12 lines
161 B
CSS
#dom-node {
|
|
height: 100px;
|
|
width: 200px;
|
|
background-color: lightgrey;
|
|
text-align: center;
|
|
padding: 1em;
|
|
}
|
|
|
|
#result {
|
|
margin-top: 10px;
|
|
}
|