25 lines
273 B
CSS
25 lines
273 B
CSS
p{
|
|
color: black;
|
|
font-family: Arial;
|
|
font-size: 14pt;
|
|
margin-left: 3em;
|
|
margin-right: 3em;
|
|
}
|
|
|
|
|
|
p.first{
|
|
|
|
background-color: pink;
|
|
font-size: 10pt;
|
|
text-align: right;
|
|
}
|
|
|
|
p.second{
|
|
background-color: black;
|
|
color:#FFFF00;
|
|
}
|
|
|
|
|
|
p.third:before{
|
|
content: "Importante "
|
|
} |