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