Skip to content

Instantly share code, notes, and snippets.

@StephenFiser
Last active August 29, 2015 14:02
Show Gist options
  • Select an option

  • Save StephenFiser/4f99a65099efc2a75fb1 to your computer and use it in GitHub Desktop.

Select an option

Save StephenFiser/4f99a65099efc2a75fb1 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Learning CSS</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="first" class="content">
<h1>Hello everyone</h1>
<h3>Here is some less important text.</h3>
<p>Here is some text about nothing really.</p>
<p>Here is some text about nothing really.</p>
</div>
<div id="second" class="content">
<h1>Lorem Ipsum Stuff</h1>
<h3>Here is some less important text.</h3>
<p>Here is some text about nothing really.</p>
<p>Here is some text about nothing really.</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment