web_文字有关的CSS属性

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>文字有关的CSS属性</title>
<style>
    .mybox {
        width: 500px;
        height: 40px;
        /*border-width: 5px 15px 20px 10px;     顺序:上右下左
        border-color: red yellow blue;
        border-style: solid dotted dashed;*/
        border: red solid 1px;
        margin: 50px 30px 20px 10px;
        padding: 10px;
        float: right;        /*水平分布lift/right*/
        background-color: transparent;        /*transparent:透明色(默认)*/
        
        font-size: 14px;
        font-family: "微软雅黑";
        font-weight: bold;
        font-style: italic;
        /*text-align: center;*/        /*水平方向,相对自己内部文字,不是相对父控件*/
        text-indent: 2em;        /*缩进,两倍等价汉字宽度位置*/
        text-decoration: underline;        /*中划线line-through*/
        line-height: 40px;        /*行高,一般偶数,最美行高为字体大小的1.5倍*/
        /*当行文字垂直居中:设置行高和盒子(div)高相同*/
    }
</style>
</head>

<body>
    <div class="mybox">1</div>
    <div class="mybox">2</div>
</body>
</html>

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值