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

绑定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

只有惜缘,才有缘分;只有惜友,才有友谊。

评论

^