码迷,mamicode.com
首页 > Web开发 > 详细

css 选择器

时间:2020-07-10 00:13:34      阅读:915      评论:0      收藏:0      [点我收藏+]

标签:标签   red   传智播客   html   页面   学院   选择器优先级   相同   建议   

基础选择器
<style>

    .cls1{

        color: blue;
    }
    div{
        color:green;
    }
    #div1{
           color: red;
       }

</style>
 联系我们:gaon5@hotmail.com
迷上了代码!