DEV Community

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

Posted on

1

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)

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More