13 lines
240 B
Plaintext
13 lines
240 B
Plaintext
<pre><code class="line-numbers show-language nohelp_result language-css">
|
|
#wrap_p_easy p {
|
|
color: red;
|
|
text-decoration: underline;
|
|
font-size: 30px
|
|
}
|
|
span span {
|
|
background: yellow;
|
|
}
|
|
p.last_p {
|
|
font-style: italic;
|
|
}
|
|
</code></pre> |