Created
July 31, 2021 02:29
-
-
Save JosueMagnus12/1f1385fb7cb9b1f4ae578a1ba8f65605 to your computer and use it in GitHub Desktop.
Conflict
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> | |
<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