From e5ee025c9f773a03a8460ce7898f1c6294efbe2f Mon Sep 17 00:00:00 2001 From: "Marc S. Brooks" Date: Sat, 13 Jul 2024 09:29:58 -0700 Subject: [PATCH] Added Github button elements --- demo/css/demo.css | 7 ++++++- demo/index.html | 18 ++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/demo/css/demo.css b/demo/css/demo.css index efb1e47..2ed3968 100644 --- a/demo/css/demo.css +++ b/demo/css/demo.css @@ -1,5 +1,10 @@ +body { + color: #24292f; + font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif; + font-size: 14px; +} + #webform-toolkit { - font-family: sans-serif; font-size: 14px; margin: 7% auto; width: 680px; diff --git a/demo/index.html b/demo/index.html index 795e6a1..fa30e09 100644 --- a/demo/index.html +++ b/demo/index.html @@ -154,9 +154,27 @@ }; + + + + Create a HTML form with field validation and custom errors | Webform Toolkit + + + + + +