Retweeted
🔗 Buttons vs. Links
No, they are not the same.
by @yatil
🔗 Buttons vs. Links
No, they are not the same.
by @yatil
Custom Select Styles with Pure CSS by @5t3ph
You can use method=”dialog” for a form in a dialog to close the dialog on submit.
<dialog open>
<p>Never show dialogs on page load!</p>
<form method=”dialog”>
<button>Close dialog</button>
</form>
</dialog>
@funwithforms
Forms are awesome