您当前的位置: 首页 > 

壹小俊

暂无认证

  • 2浏览

    0关注

    885博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

第四课--文本效果

壹小俊 发布时间:2019-08-15 10:44:29 ,浏览量:2

text-shadow文本阴影
box-shadow盒子阴影
text-overflow显示溢出内容
word-wrap强制文本换行
word-break单词拆分换行



    
    文本效果


    h1 {
        text-shadow: 5px 5px 5px rebeccapurple;
        word-wrap:break-word;
    }

    div {
        width: 300px;
        height: 100px;
        padding: 15px;
        background-color: yellow;
        box-shadow: 10px 10px 5px grey;
        overflow:hidden;
        text-overflow:ellipsis;
    }


世界那么大世界那么大世界那么大世界那么大世界那么大世界那么大 This is some long text that will not fit in the box

 

关注
打赏
1664335782
查看更多评论
立即登录/注册

微信扫码登录

0.1327s