CSS之a标签综合

代码如下:

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

 

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