[关闭]
@zhenmin2233 2017-02-27T08:23:27.000000Z 字数 386 阅读 187

css套路合集

常用css

  1. box-sizing: border-box;
  2. 取消inline-block 元素间隔在父节点 font-size:0;
  3. border-radius 是用来设置圆角度数的
  4. block 元素居中 margin: 0 auto;
  5. inline inline-block 元素居中 text-align: center;
  6. transform: rotate(270deg) 旋转
  7. white-space: nowrap; 超出width部分用。。。表示

背景图片套路

  1. background: url(图片/header_bg12.jpg);
  2. background-attachment: fixed;
  3. background-size: cover;
  4. background-position: center;
  5. background-repeat: no-repeat;

文字css

  1. line-height // 百分比或者px 设置
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注