码迷,mamicode.com
首页 > 其他好文 > 详细

text-align: justify 文本对齐

时间:2017-10-25 13:13:21      阅读:112      评论:0      收藏:0      [点我收藏+]

标签:char   justify   put   class   back   email   技术分享   after   dem   

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Document</title>
    <style>
        span{
            width: 100px;
            text-align: justify;
            float: left;
        }
        span:after{
            content:‘.‘;
            width: 100%;
            display: inline-block;
            overflow: hidden;
            height: 0;
        }
        input{
            width: 100px;
        }
    </style>
</head>
<body>
    <div class="demo">
        <span>昵称</span><input type="text" style = ‘width: 100px‘><br><br>
        <span>电子邮箱</span><input type="email" style = ‘width: 100px;‘>
    </div>
</body>
</html>

技术分享

 

text-align: justify 文本对齐

标签:char   justify   put   class   back   email   技术分享   after   dem   

原文地址:http://www.cnblogs.com/moxiaowohuwei/p/7728124.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!