mirror of
https://github.com/panosoft/inline-html
synced 2026-01-14 05:24:29 -08:00
7 lines
162 B
Plaintext
7 lines
162 B
Plaintext
|
|
@import (less) './assets/imported.css';
|
||
|
|
|
||
|
|
#link {
|
||
|
|
background-image: url('assets/person.png');
|
||
|
|
background-size: contain;
|
||
|
|
background-repeat: no-repeat;
|
||
|
|
}
|