Last active
August 29, 2015 14:14
-
-
Save judsonmitchell/c9b7e8f1a6cae09a7ef4 to your computer and use it in GitHub Desktop.
R. Ward's HTML homework.
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
| 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} | |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.