Skip to content

Instantly share code, notes, and snippets.

@zinozzino
Last active January 18, 2023 12:44
Show Gist options
  • Save zinozzino/8b52922a55eeeebd78e172fc4b5ce0a0 to your computer and use it in GitHub Desktop.
Save zinozzino/8b52922a55eeeebd78e172fc4b5ce0a0 to your computer and use it in GitHub Desktop.
HTML 과제1번
.root {
background-color: yellow;
}
<!DOCTYPE html>
<html>
<head>
<title>과제</title>
<link href="./index.css">
</head>
<body>
<div id="root">
<p>안녕하세요!</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment