13 lines
270 B
CSS
13 lines
270 B
CSS
#dom-node {
|
|
width: 100px;
|
|
height: 100px;
|
|
background-color: white;
|
|
color: black;
|
|
}
|
|
.with-background {
|
|
background: url(/base/spec/resources/css-bg/image.jpeg) no-repeat left top;
|
|
background-size: 100px 100px;
|
|
width: 100px;
|
|
height: 100px;
|
|
}
|