DEV Community

Cover image for Code CSS Directly Inside the Browser (Not Using Inspect Elements) πŸ”₯ πŸ”₯
Haroon Ahmad
Haroon Ahmad

Posted on

Code CSS Directly Inside the Browser (Not Using Inspect Elements) πŸ”₯ πŸ”₯

Copy the code and pase it in your HTML and enjoy live coding :)

<style contenteditable="true" style="display:block; white-space: pre">
body {
background: blue
}
</style>
Enter fullscreen mode Exit fullscreen mode

Top comments (0)