Skip to content

Instantly share code, notes, and snippets.

@fisherds
Created October 9, 2014 19:46
Show Gist options
  • Select an option

  • Save fisherds/895d20f3edfef2935626 to your computer and use it in GitHub Desktop.

Select an option

Save fisherds/895d20f3edfef2935626 to your computer and use it in GitHub Desktop.
Showing one option for including CSS on a page
<!DOCTYPE html>
<html>
<head>
<style>
h1 {
color: green;
}
</style>
</head>
<body>
<h1>Embedded CSS</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment