From b36476ac782b39a863f8529c31edc26fcd6cd38e Mon Sep 17 00:00:00 2001 From: Laurens Date: Thu, 16 Mar 2023 16:16:05 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 085296b..a8c8675 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Self-Coding Website +# Self-Coding Websitetest Website that will style itself with a simple technique. By using the `contenteditable` attribute on a style block and giving it just the initial styling of `display:block;` you can now both see and change the CSS styling of your website. It's as simple as this: ```html