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’s it - new…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.