blob: 2487ab6511ba4e0031c95955c62e9719c7f54257 [file] [log] [blame]
<style>
p {
background-color: antiquewhite;
padding: 8px;
border: 1px solid coral;
}
p::first-letter {
color: blue;
}
p::first-line {
font-weight: bold;
}
</style>
<p>I should start with a blue I and have a bold first line.</p>