mirror of
https://github.com/kognise/water.css.git
synced 2025-12-06 06:44:58 +01:00
Style changes
This commit is contained in:
parent
f89b85b65e
commit
d785c31c8b
4 changed files with 20 additions and 20 deletions
|
|
@ -279,9 +279,15 @@
|
|||
</details>
|
||||
|
||||
<p>The dialog (form, and menu) tag</p>
|
||||
<button type='button' id='dialog-trigger'>Show me the dialog!</button>
|
||||
<span id='dialog-result'></span>
|
||||
<dialog id='dialog'>
|
||||
|
||||
<div>
|
||||
<button type="button" id="dialog-trigger">
|
||||
Show me the dialog!
|
||||
</button>
|
||||
<span id="dialog-result"></span>
|
||||
</div>
|
||||
|
||||
<dialog id="dialog">
|
||||
<header>This is a sample dialog</header>
|
||||
<form method="dialog">
|
||||
<p>What is your favorite pet animal?</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue