Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created February 10, 2017 16:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codecademydev/aa9770dbc1b1c016c7f5ac62fd5898b0 to your computer and use it in GitHub Desktop.
Save codecademydev/aa9770dbc1b1c016c7f5ac62fd5898b0 to your computer and use it in GitHub Desktop.
Codecademy export
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="stylesheet.css"/>
<title>Result</title>
</head>
<body>
<!--Add your HTML below!-->
<h3 class="fancy">Hi</h3>
<p class="fancy">I need to be good at writing, speaking and presenting.</p>
<p id="serious">Hello can you hear me</p>
<p>HIHI</p>
</body>
</html>
/*Add your CSS below!*/
.fancy {
font-family:cursive;color:violet;
}
#serious {font-family:Courier;color:#8C8C8C;
}
}
body :nth-child(4){
font-size:26px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment