Skip to content

Instantly share code, notes, and snippets.

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

  • Save judsonmitchell/c9b7e8f1a6cae09a7ef4 to your computer and use it in GitHub Desktop.

Select an option

Save judsonmitchell/c9b7e8f1a6cae09a7ef4 to your computer and use it in GitHub Desktop.
R. Ward's HTML homework.
body {background-color:white;border-style: double; border-color: brown}
h1 {color:Purple; font-family: baskerville; font-size: 30px;height: 10px;width: 400px}
h2 {color: Gold;font-family: cambria; font-size:27px}
h3{color: green; font-family: lucida calligraphy; font-size:15px}
h4{text-align:center}
p {color:maroon; text-align: justify}
@judsonmitchell

Copy link
Copy Markdown
Author

Note that the <style> tags should not be in a css document. Tags like that are only for the html document. See me if you have questions about this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment