Files
inline-html/test/assets/imported.css
Alexandre Gigliotti f8369f3bc0 Initial commit.
2015-07-22 15:51:14 -07:00

8 lines
156 B
CSS

body {
border: solid 4px green;
}
#import {
background-image: url('./person.png');
background-size: contain;
background-repeat: no-repeat;
}