mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-19 15:32:31 +00:00
8 lines
212 B
HTML
8 lines
212 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
div {
|
|
background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg"></svg>');
|
|
border-radius: 1px;
|
|
}
|
|
</style>
|
|
<div>Text</div>
|