Skip to content

Instantly share code, notes, and snippets.

@Nav-Appaiya
Created November 6, 2025 14:07
Show Gist options
  • Select an option

  • Save Nav-Appaiya/959e4bd109820c35e007f5051ec970ef to your computer and use it in GitHub Desktop.

Select an option

Save Nav-Appaiya/959e4bd109820c35e007f5051ec970ef to your computer and use it in GitHub Desktop.
index. 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