CSS Beautifier Tool with colorful styling
t">
atOptions = {
'key' : '322c346980a65f082f44ee5d3b0d6916',
'format' : 'iframe',
'height' : 300,
'width' : 160,
'params' : {}
};
document.write(' ');
CSS Beautifier Tool
() {
var cssInput = document.getElementById('cssInput').value;
var formattedCSS = css_beautify(cssInput);
document.getElementById('formattedCSS').value = formattedCSS;
}
Comments
Post a Comment