Skip to content

Instantly share code, notes, and snippets.

@youngcm2
Last active February 10, 2017 02:28
Show Gist options
  • Save youngcm2/056766eab8efc5a545c2f7b3300c0073 to your computer and use it in GitHub Desktop.
Save youngcm2/056766eab8efc5a545c2f7b3300c0073 to your computer and use it in GitHub Desktop.
Test
<html>
<head>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<h1 class="test">Hello World</h1>
</body>
</html>
.test {
color: blue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment