4 lines
73 B
CSS
4 lines
73 B
CSS
|
body {
|
||
|
background-image: url('data:image/png;base64,%codeForImage%');
|
||
|
}
|