Created
July 31, 2021 01:58
-
-
Save JosueMagnus12/cfc802ebaa3ec71531e1c072756485c3 to your computer and use it in GitHub Desktop.
Order rule
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#p1{ | |
color: aqua; | |
} | |
#p1{ | |
color: gray; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment