Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@alphapranto
Created October 23, 2021 21:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alphapranto/a8c47b1df6b43f2ff97d7627ad1c5360 to your computer and use it in GitHub Desktop.
Save alphapranto/a8c47b1df6b43f2ff97d7627ad1c5360 to your computer and use it in GitHub Desktop.
T-html
<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