Last active
August 29, 2015 14:02
-
-
Save StephenFiser/4f99a65099efc2a75fb1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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