Skip to content

Instantly share code, notes, and snippets.

@fanny00
Created December 1, 2020 14:06
Show Gist options
  • Save fanny00/92924119781c44f3a8cf1df24ab5ed52 to your computer and use it in GitHub Desktop.
Save fanny00/92924119781c44f3a8cf1df24ab5ed52 to your computer and use it in GitHub Desktop.
Hello World
<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