我正在使用一个使用 HTML5 和 CSS3 的菜单组件。
该组件仅在我在页面开头设置标签时才有效。好的!
但是,当我设置这个标签时,旧的 CSS 样式停止工作。颜色和字体没有改变
CSS 声明如下:
<link type="text/css" rel="stylesheet" href="cbpp.css" />
CSS是:
textoouro_pequeno {
font-family: "Times New Roman", Times, serif;
font-style: italic;
color: DED7A8;
font-weight: bold;
font-size: 15px;
}
使用css的链接如下:
<a href="http://www.cartedaparati.com.br" class='textoouro_pequeno'>Página Principal</a>
有没有改变我应该在css中做什么?
非常感谢
安德烈