博客
关于我
web页面开发11
阅读量:240 次
发布时间:2019-03-01

本文共 1859 字,大约阅读时间需要 6 分钟。

?????????

????

???????????????????????????????????????????????????????????????????????????????

font-size

?????????????????12px???????100%??????????????16px?

font-variant

?????????????????normal?????????????????

  • normal???????
  • uppercase???????
  • lowercase???????
  • mixed-case??????????

font-style

??????????????normal???????????????

  • normal?????
  • italic?????
  • oblique?????

font-weight

????????????normal???????????????

  • normal?????
  • bold?????
  • bolder??????????

font-family

?????????????????????Arial, Times New Roman??????????????Helvetica????????????????

font

font?????????????????????????font-style font-variant font-weight font-size/line-height font-family

????

???????????????????????????????????????????????????????

text-decoration

?????????????????

  • none????
  • underline????
  • overline????
  • line-through????
  • blink??????IE????

text-transform

??????????????????

  • none???????
  • lowercase?????
  • uppercase?????
  • capitalize???????????

text-shadow

????????????????text-shadow: [horizontal offset] [vertical offset] [radius] [color]?????????????????????0???????????CSS????

????

??????????????????????????????????????

text-align

???????????????????????

  • left????
  • center?????
  • right????
  • justify?????

white-space

????????????????????

  • pre????????????pre????
  • pre-wrap?????????????
  • pre-line???????????????
  • nowrap????????

letter-spacing

????????????????????letter-spacing: [length]?????????????????????

word-spacing

??????????????????????word-spacing: [length]?????????????????????

line-height

??????????????line-height: [number]????1.0????????????0???????????????????????

word-break?word-wrap

???????????????????

  • break-all????????????
  • break-word????????????
  • normal??????
  • keep-all??????????????????????

text-indent

????????????????????text-indent: [length]??????????????????????????0

??

??????????????????????????????????????????????????????????????????????????????????????????????????????????

转载地址:http://vjiv.baihongyu.com/

你可能感兴趣的文章
MySQL优化配置详解
查看>>
Mysql优化高级篇(全)
查看>>
mysql会员求积分_MySql-统计所有会员的最高前10次的积分和
查看>>
mysql会对联合索性排序优化_MySQL索引优化实战
查看>>
MySQL作为服务端的配置过程与实际案例
查看>>
Mysql使用命令行备份数据
查看>>
MySQL保姆级教程(SQL语法基础篇)从小白到高手的进阶指南,收藏这一篇就够了
查看>>
MySQL修改root密码的多种方法
查看>>
MySQL修改密码报错ERROR 1396 (HY000): Operation ALTER USER failed for ‘root‘@‘localhost‘
查看>>
Mysql全局优化参数
查看>>
MySQL全文索引实现简单版搜索引擎
查看>>
MySQL全面瓦解:安装部署与准备
查看>>
mysql共享锁与排他锁
查看>>
MySQL内存表使用技巧
查看>>
MySQL再叙(体系结构、存储引擎、索引、SQL执行过程)
查看>>
mysql出现错误的解决办法
查看>>
MySQL函数
查看>>
mysql函数汇总之字符串函数
查看>>
mysql函数汇总之数学函数
查看>>
mysql函数汇总之日期和时间函数
查看>>