mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-05 00:21:52 +00:00
9 lines
112 B
HTML
9 lines
112 B
HTML
<style>
|
|
:modal {
|
|
display: flex;
|
|
}
|
|
</style>
|
|
|
|
<dialog open>
|
|
<span>I'm a node</span>
|
|
</dialog>
|