CSS之a标签转块

a标签转块

a{
    text-decoration: none;
    width: 100px;
    height: 50px;
    background-color: red;
    display: inline-block;
    color: white;
    text-align: center;
    line-height: 50px;
}

 

posted @ 2022-05-10 13:13  hi123hi159  阅读(71)  评论(0)    收藏  举报