Self styling block
by Carson Evans
HTML
<style contenteditable="true">style {
padding: 5px;
display: block;
font-family: monospace;
white-space: pre;
background-color: #eee;
border-radius: 4px;
color: red;
}
</style>
by Carson Evans
<style contenteditable="true">style {
padding: 5px;
display: block;
font-family: monospace;
white-space: pre;
background-color: #eee;
border-radius: 4px;
color: red;
}
</style>