tengo una web en wordpress, y en el style.css de mi theme he querido añadir una clase así:
Código PHP:
frase {
margin: 10px 0;
padding: 0 50px;
background: url(images/comillas2_frase.png) no-repeat 0 0;
font-style: italic;
font-family: "Courier New";
font-size: 13pt;
border-style: outset;
}
Código PHP:
blockquote {
margin: 10px 0;
padding: 0 50px;
background: url(images/comillas2_frase.png) no-repeat 0 0;
font-style: italic;
font-family: "Courier New";
font-size: 13pt;
border-style: outset;
}
¿Qué ocurre?