Skip to content

Instantly share code, notes, and snippets.

@SitesByYogi
Created June 22, 2023 00:42
Show Gist options
  • Save SitesByYogi/a6df93e880595836a6465d2174938b15 to your computer and use it in GitHub Desktop.
Save SitesByYogi/a6df93e880595836a6465d2174938b15 to your computer and use it in GitHub Desktop.
Create a new file with a .css extension (e.g., styles.css), and link it to your HTML document:
<head>
<link rel="stylesheet" href="styles.css">
</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