Skip to content

Instantly share code, notes, and snippets.

@JosueMagnus12
Created July 31, 2021 01:31
Show Gist options
  • Save JosueMagnus12/fd020254270ccafb62a38f8afa8dc6cb to your computer and use it in GitHub Desktop.
Save JosueMagnus12/fd020254270ccafb62a38f8afa8dc6cb to your computer and use it in GitHub Desktop.
Methods priority
<!DOCTYPE html>
<html lang="en-us">
<head>
<style>
p{
color: blue;
}
</style>
</head>
<body>
<p style="color: purple">A cool paragraph</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment