Is there an HTML CSS testing bin similar to jsbin

css, html, testing

Solution

Yes there is!

jsFiddle

Don't be put off by the 'js' in the name. It has fields for HTML, CSS and JS. You could leave the JS blank and just use the HTML and CSS.

Here is an example of `first-child` in CSS, to show how small your snippets can be.

Problem

Is there a page similar to JSbin where I can test HTML and CSS + provide "fiddlable" examples to you?

Original source