Editable, Visible Style block

Did you know that <style> is a block level element? It can be displayed! Then using HTML5 contenteditable attribute will make it edit the actual styles on the page. It you wrap it in <pre> tags the white space will preserve. See also Editable, visible Script block

Go ahead, add some styles below!