Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 582 Bytes

File metadata and controls

27 lines (17 loc) · 582 Bytes

style


.style

you can add style with style

var profile = document.getElementById('profile');
profile.style.color = 'red';
profile.style.height = '200px';

css properties

resource