Skip to content

Instantly share code, notes, and snippets.

@JosueMagnus12
Created July 31, 2021 02:29
Show Gist options
  • Save JosueMagnus12/1f1385fb7cb9b1f4ae578a1ba8f65605 to your computer and use it in GitHub Desktop.
Save JosueMagnus12/1f1385fb7cb9b1f4ae578a1ba8f65605 to your computer and use it in GitHub Desktop.
Conflict
<!DOCTYPE html>
<html lang="en-us">
<head>
<style>
p{
color: blue;
border: 1px solid red;
}
.paragraph{
color: crimson;
font-size: 100px;
}
</style>
</head>
<body>
<p class="paragraph">A cool paragraph</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment