在文件的头部:
<link type="text/css" rel="stylesheet" href="css/resources/css/lessons-matching-test.css"/>
在文档正文中
<div class="tests">
<a href="" style="display: block;">Link</a>
</div>
在链接的 css 样式表中,我添加了这个新样式
.tests
{
background-color: blue;
/* some stuff */
}
为什么当我添加class=tests
到我的 div 时我的样式没有被应用?