Skip to content

Instantly share code, notes, and snippets.

@JosueMagnus12
Created July 31, 2021 01:58
Show Gist options
  • Save JosueMagnus12/cfc802ebaa3ec71531e1c072756485c3 to your computer and use it in GitHub Desktop.
Save JosueMagnus12/cfc802ebaa3ec71531e1c072756485c3 to your computer and use it in GitHub Desktop.
Order rule
<!DOCTYPE html>
<html lang="en-us">
<head>
<link rel="stylesheet" href="./styles/styles.css">
</head>
<body>
<p id="p1">A cool paragraph</p>
</body>
</html>
#p1{
color: aqua;
}
#p1{
color: gray;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment