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

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

人各有命,但命运也从来不是随机发牌,而是每个人主动选择的结果。

评论

^