首页数字代码

<meta charset="utf-8">    
<style>
#main1 {
    margin: auto;
    text-align: center;
    width: 92%;
    height: 160px;
    background-color: #0CC;
}    
#show_number {
    width:100%;
    color: #FFF;
    line-height: 120px;
    font-size: 60px;
}
</style>

<div id="main1">
<br />
No dinner grand total
<div id="show_number" style="">
1
</div>
</div>

发表评论

您的电子邮箱地址不会被公开。 必填项已用*标注