您当前的位置: 首页 >  css3

星拱北辰

暂无认证

  • 0浏览

    0关注

    1205博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

【CSS3】CSS3文本相关属性大全

星拱北辰 发布时间:2020-02-16 14:18:45 ,浏览量:0

说明

本文的“文本”相关属性控制的是整段、整个div内文本的显示效果,包括文本文字的缩进、段内文字的对齐方式、文本中空白字符的处理等等,需要掌握。

网页源码


  
    
    文本属性
    
      div {
        border:1px solid #000000;
        height: 80px;
        width: 200px;
      }
    
  
  
    
    
      text-indent:20pt
    
    
    
      text-indent:40pt
    
    
    
      text-align:left
    
    
    
      text-align:center
    
    
    
      text-align:right
    
    
    
      text-align:justify
    
    
    
      direction:rtl
    
    
    
      direction:ltr
    
    
    
      overflow:hidden;white-space:nowrap;text-overflow:clip;
    
    
    
      overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
    
    
    
      white-space :   normal
      white-space :   normal
    
    
    
      white-space :   pre
      white-space :   pre
    
    
    
      white-space :   nowrap
      white-space :   nowrap
    
    
    
      white-space :   pre-wrap
      white-space :   pre-wrap
    
    
    
      white-space :   pre-line
      white-space :   pre-line
    
    
    
      white-space :   inherit
      white-space :   inherit
    
    
    
      word-break:normal
      word-break:normal
    
    
    
      word-break:keep-all
      word-break:keep-all
    
    
    
      word-break:break-all
      word-break:break-all
    
    
    
      aaaaaaaaaaaaaaaa https://blog.csdn.net/weixin_43896318
    
    
    
      aaaaaaaaaaaaaaaa https://blog.csdn.net/weixin_43896318
    
  

网页展示

在这里插入图片描述 在这里插入图片描述 在这里插入图片描述

说明

建议使用Chrome浏览器查看,因为Firefox浏览器对这里有些功能不支持……真的……

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

微信扫码登录

0.1056s