Skip to content

Instantly share code, notes, and snippets.

@SitesByYogi
Created June 22, 2023 00:40
Show Gist options
  • Save SitesByYogi/3c23462dbf4a7173566a1542dcb75e24 to your computer and use it in GitHub Desktop.
Save SitesByYogi/3c23462dbf4a7173566a1542dcb75e24 to your computer and use it in GitHub Desktop.
Add internal CSS
<head>
<style>
p {
color: blue;
}
</style>
</head>
<body>
<p>This is a blue paragraph.</p>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment