Hallo zusammen,
leider funktionieren bei mir die Background Images nicht. Ich würde gerne verstehen wie BASE64 funktioniert. Kann mir jemand helfen?
Viele Grüße und danke schonmal im voraus.
Tobi
.tic-tac-toe [aria-label="x"] {
background-image: url('data:image/svg+xml,%3Csvg%20...');
}
.tic-tac-toe [aria-label="o"]{
background-image: url('data:image/svg+xml,%3Csvg%20...');
}