mirror of
https://github.com/KevinMidboe/inline-html.git
synced 2025-12-08 12:19:06 +00: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;
|
|
} |