css选择器

标签名选择器

 

 

div{
    border-width: 1px;
    border-color: aqua;
    border-style: solid;
    color: blue;
    font-size: 30px;
}

 

posted @ 2022-03-13 20:50  软工小蜗牛  阅读(59)  评论(0编辑  收藏  举报