mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
22 lines
473 B
HTML
22 lines
473 B
HTML
<!DOCTYPE html>
|
|
<svg viewBox="0 0 240 80" xmlns="http://www.w3.org/2000/svg">
|
|
<style>
|
|
.small {
|
|
font: italic 13px sans-serif;
|
|
}
|
|
.heavy {
|
|
font: bold 30px sans-serif;
|
|
}
|
|
|
|
.Rrrrr {
|
|
font: italic 40px serif;
|
|
fill: red;
|
|
}
|
|
</style>
|
|
|
|
<text x="20" y="35" class="small">My</text>
|
|
<text x="40" y="35" class="heavy">cat</text>
|
|
<text x="55" y="55" class="small">is</text>
|
|
<text x="65" y="55" class="Rrrrr">Grumpy!</text>
|
|
</svg>
|