Skip to content

Instantly share code, notes, and snippets.

@RKiddle
Last active October 4, 2018 15:49
Show Gist options
  • Save RKiddle/608d8814a83aede17466d900d0ce4812 to your computer and use it in GitHub Desktop.
Save RKiddle/608d8814a83aede17466d900d0ce4812 to your computer and use it in GitHub Desktop.
personal_page_rkiddle
<h1>Hello You!</h1>
document.getElementsByTagName("h1")[0].style.fontSize = "80px";
$blue: #a3d5d3;
body {
background-color: $blue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment