Hello World!
body { align-items: center; background: #f8c555; display: flex; justify-content: center; } h1 { color: white; font-size: 72px; } span { color: red; font-size: 80px; }
var hello = document.querySelector('h1'); hello.innerHTML += ' With JS!
❤
';