标签: html css
在外部CSS文件中,我有:
section.venues { display: none; }
我像这样包含文件:
<link rel="stylesheet" href="css/styles.css" type="text/css" />
其他CSS规则被选中并影响页面但我的部分不受影响。我必须在该部分的实际页面中有CSS规则。
我的部分:
<section class="venues">...</section>