mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-11 01:22:43 +02:00
15 lines
194 B
HTML
15 lines
194 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
p {
|
|
font-size: 20px;
|
|
line-height: 1.5;
|
|
margin: 10px 0;
|
|
}
|
|
|
|
.selected {
|
|
background-color: red;
|
|
}
|
|
</style>
|
|
|
|
<p><span class="selected">Hello World</span></p>
|