CSS——基本选择器

 

 

例子:

<head>
    <meta charset="UTF-8">
    <title>Title</title>

    <style>
           #i1{
               color: red;
           }

           .c1{
               color: red;
           }
           .c2{
               font-size: 32px;
           }

    </style>


</head>

  

 

posted @ 2021-09-30 13:04  映辉  阅读(42)  评论(0)    收藏  举报