5 ms·
Helpful for readability: var style = document.getElementsByTagName('body')[0].style; style.width = '800px'; style.margin = '0 auto'; style['font-size'] = '19px
by NH_2 12y ago
Helpful for readability:
var style = document.getElementsByTagName('body')[0].style;
style.width = '800px';
style.margin = '0 auto';
style['font-size'] = '19px';
- joebo 12y agoAlternatively, just resize your browser window/tab.