6 lines
192 B
CSS
6 lines
192 B
CSS
|
#root .avatar .avatar-image {
|
||
|
background-image: url(https://az851932.vo.msecnd.net/pub/jovrytni/microbit.simplified.svg);
|
||
|
background-size: contain;
|
||
|
background-repeat: no-repeat;
|
||
|
}
|