mirror of
https://github.com/KevinMidboe/inline-html.git
synced 2025-10-29 17:40:29 +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;
|
|
} |