Skip to content

Commit

Permalink
style example - add second css selector, bolden keyword in example (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
wesinator authored Jul 3, 2024
1 parent 64a3eb4 commit 745f977
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions live-examples/html-examples/document-metadata/style.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
p {
color: #26b72b;
}
code {
font-weight: bold;
}
</style>

<p>This text will be green. Inline styles take precedence over CSS included externally.</p>
Expand Down

0 comments on commit 745f977

Please sign in to comment.