Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save judsonmitchell/831dc3c9d8197ac874f6 to your computer and use it in GitHub Desktop.
James Folsom's HTML assignment (CSS)
p{color:blue;
font-family:cambria;
font-size:42pt;
text-align:right;
font-weight:bold;
}
.shazam{
color:green;
font-size: 10pt;
}
#mylist {color:red}
.plop {color:green; font-size:6pt; }
.ex1 {
font-size: 15pt;
font-family: arial, sans-serif;
}
@judsonmitchell

Copy link
Copy Markdown
Author

This has a number of syntax errors. See my corrections.

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