Skip to content

Instantly share code, notes, and snippets.

@eduardo-borges-goncalves
Created October 26, 2021 12:52
Show Gist options
  • Save eduardo-borges-goncalves/7fda35c96743ee7be3e66a01e828fa19 to your computer and use it in GitHub Desktop.
Save eduardo-borges-goncalves/7fda35c96743ee7be3e66a01e828fa19 to your computer and use it in GitHub Desktop.
KKvmpmw
<h1>👋 Hello World!</h1>
document.getElementsByTagName("h1")[0].style.fontSize = "6vw";
body {
font-family: system-ui;
background: #f06d06;
color: white;
text-align: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment