Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
<style contenteditable style="display:block;">
Expand Down