mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 02:05:07 +02:00
16 lines
208 B
HTML
16 lines
208 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
p {
|
|
font-size: 20px;
|
|
margin: 20px;
|
|
text-shadow: 3px 3px 0 red;
|
|
}
|
|
|
|
mark {
|
|
background-color: yellow;
|
|
}
|
|
</style>
|
|
|
|
<p>Selected text</p>
|
|
<p><mark>With background</mark></p>
|