Skip to content

Instantly share code, notes, and snippets.

@stefbowerman
Last active February 3, 2023 20:42
Show Gist options
  • Save stefbowerman/5a7afb91d1dffad931c79ed3ab549f26 to your computer and use it in GitHub Desktop.
Save stefbowerman/5a7afb91d1dffad931c79ed3ab549f26 to your computer and use it in GitHub Desktop.
<!-- In your webpage, each response should take the form of: -->
<section>
<h3>Prompt ##</h3>
<div>
Your code goes here...
</div>
</section>
body {
color: red;
}
<!DOCTYPE html>
<html>
<head>
<title>C2IL - Week 2 Homework</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<!-- Insert the content of your page here -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment