计算机网络/计算机科学与应用/系统/运维/开发

绑定html样式数组语法的几种情况

css样式:

<style>
    .static{
        color:white;
    }
    .class1{
        background-color: #DAB1D5;
        font-size:30px;
        text-align: center;
        line-height: 100px;
    }
    .class2{
        width:400px;
        height:100px;
    }
    .class3{
        border:1px solid blue;
    }
    .class4{
        box-shadow: 4px 4px 5px #ccc;
    }
</style>

image.png

只要认真对待生活,终有一天,你的每一份努力,都将绚烂成花。

评论

^