mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 17:10:23 +00:00
12 lines
305 B
HTML
12 lines
305 B
HTML
|
<!DOCTYPE html>
|
||
|
<link rel="match" href="reference/outlines-ref.html" />
|
||
|
<style>
|
||
|
.outline {
|
||
|
width: 100px;
|
||
|
height: 100px;
|
||
|
outline: 5px solid black;
|
||
|
}
|
||
|
</style>
|
||
|
<div class="outline">hello from paintable box</div>
|
||
|
<p><span class="outline">hello from inline paintable</span></p>
|