diff options
author | bt <bt@web> | 2023-12-11 18:56:37 -0500 |
---|---|---|
committer | IkiWiki <ikiwiki.info> | 2023-12-11 18:56:37 -0500 |
commit | ca6e545065999704ef1e58efda648f473e03f733 (patch) | |
tree | cdebe9b60f0a25d84b0a4b9c5637c6a5b0299e7c | |
parent | cc88791c71d3a62879a11995ee454d7e612a8d94 (diff) |
-rw-r--r-- | posts/default-brower-forms.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/posts/default-brower-forms.md b/posts/default-brower-forms.md index 804e656..04cb35e 100644 --- a/posts/default-brower-forms.md +++ b/posts/default-brower-forms.md @@ -1,6 +1,5 @@ -# Very Basic Form Styling - -2019-11-13 +[[!meta title="Very Basic Form Styling"]] +[[!meta date="2019-11-13"]] Web forms can be great - I'm borderline obsessed with them. I love tinkering with pre-existing logins / sign up pages and I've also open sourced a minimal CSS form-styling plugin: [Normform](https://normform.netlify.com/). While simple CSS plugins like these can be helpful, I often feel like we are over-engineering our web forms. I'm certainly guilty of it. |