mirror of
https://github.com/panosoft/inline-html
synced 2026-01-13 13:04:30 -08:00
8 lines
156 B
CSS
8 lines
156 B
CSS
body {
|
|
border: solid 4px green;
|
|
}
|
|
#import {
|
|
background-image: url('./person.png');
|
|
background-size: contain;
|
|
background-repeat: no-repeat;
|
|
} |