5 lines
76 B
SCSS
5 lines
76 B
SCSS
|
#main {
|
||
|
padding: 50px;
|
||
|
background-image: image-url('100px.jpg#test');
|
||
|
}
|