snipplets.dev/code/CSS/base64.css

4 lines
73 B
CSS

body {
background-image: url('data:image/png;base64,%codeForImage%');
}