Skip to content

Instantly share code, notes, and snippets.

@JosueMagnus12
Created July 31, 2021 00:45
Show Gist options
  • Select an option

  • Save JosueMagnus12/e62cb8c4ecff7da33b265ddc20200f36 to your computer and use it in GitHub Desktop.

Select an option

Save JosueMagnus12/e62cb8c4ecff7da33b265ddc20200f36 to your computer and use it in GitHub Desktop.
Using CSS style sheets
<!DOCTYPE html>
<html lang="en-us">
<head>
<link rel="stylesheet" href="./styles/styles.css">
</head>
<body>
<p>A cool paragraph</p>
</body>
</html>
p{
color: crimson;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment