mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-02 05:46:20 +00:00
10 lines
112 B
HTML
10 lines
112 B
HTML
<style>
|
|
:modal {
|
|
display: flex;
|
|
}
|
|
</style>
|
|
|
|
<dialog open>
|
|
<span>I'm a node</span>
|
|
</dialog>
|