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  阅读(69)  评论(0)    收藏  举报