diff --git a/style.css b/style.css index ce697b53..9cf08b06 100644 --- a/style.css +++ b/style.css @@ -98,3 +98,7 @@ pre mark { color: #46ff80; background: none; } + +input[type="checkbox"] { + width: 29px; +} diff --git a/wikiblogarden/tadi-web/hello-world/readme.md b/wikiblogarden/tadi-web/hello-world/readme.md index 65154ac1..073e007a 100644 --- a/wikiblogarden/tadi-web/hello-world/readme.md +++ b/wikiblogarden/tadi-web/hello-world/readme.md @@ -17,15 +17,13 @@ Hello world! Another classic. A button that counts upwards. ```html - + ``` @@ -45,14 +43,11 @@ const handleClick = () => { We can use templates for this one. ```html -
-
- +
+ ``` -
-
- +
+ ## Any others? diff --git a/wikiblogarden/tadi-web/hello-world/test.html b/wikiblogarden/tadi-web/hello-world/test.html new file mode 100644 index 00000000..b9cd2d80 --- /dev/null +++ b/wikiblogarden/tadi-web/hello-world/test.html @@ -0,0 +1,25 @@ + + +
+ + + + +