Skip to content

Instantly share code, notes, and snippets.

@yuipcheng
Last active May 25, 2020 23:29
Show Gist options
  • Save yuipcheng/943286be35fd690f499d59534281a6c5 to your computer and use it in GitHub Desktop.
Save yuipcheng/943286be35fd690f499d59534281a6c5 to your computer and use it in GitHub Desktop.
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<p class="red">Red</p>
</body>
</html>
.red {color: red;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment