Skip to content

Instantly share code, notes, and snippets.

@jpauli4
Last active August 29, 2015 13:58
Show Gist options
  • Save jpauli4/9931163 to your computer and use it in GitHub Desktop.
Save jpauli4/9931163 to your computer and use it in GitHub Desktop.
Assignment1 (revised version first portfolio)
$( "h1" ).css( "border", "2px solid green" ).find( "p" ).css( "background", "yellow" );
$("ul").hide();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment