RSSAmplifier

Scratchpad · May 4, 2019

Live CSS editing on page

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

So, I just stumbled across something really cool! It is possible to edit CSS live on page! If you have some <style/> tag, you can add some style attribute to itself. First use display: block , so it shows up on page. And then the second trick: Add the contenteditable attribute, to make it changeable. < style style = "display: block;" contenteditable > /* ... */ </ style > That&rsquo;s it - new…

Read on toor.su

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.