随笔分类 -  CSS

CSS 随笔
摘要:1:内嵌阴影边框 inset{},内部边框。 2:width: calc(100% - 18px);自适应宽度。18px是margin数值。 3:rem综合评价是用来做web app它绝对是最合适的人选之一。 4:word-wrap,text-wrap。 word-break:break-all。表 阅读全文

posted @ 2017-03-22 00:50 波Spirit

CSS CSS3新属性
摘要:2D 转换(transform) translate() rotate() scale() skew() matrix() translate() rotate() scale() skew() matrix() 3D 转换 rotateX() rotateY() rotateX() rotateY 阅读全文

posted @ 2017-03-22 00:48 波Spirit

CSS 哪些属性默认会继承, 哪些不会继承?
摘要:1:不可继承的:display、margin、border、padding、background、height、min-height、max-height、width、min-width、max-width、overflow、position、left、right、top、bottom、z-inde 阅读全文

posted @ 2017-03-22 00:34 波Spirit

CSS 如何垂直居中元素(浮动元素&图片)
摘要:1.如何居中一个浮动元素? 方法一:已知元素的高度 <!DOCTYPE html> <head> <meta charset="UTF-8"> <title>居中1</title> <style> /* 方法一:已知元素的高宽*/ #div1{ background-color:#6699FF; w 阅读全文

posted @ 2017-03-21 23:20 波Spirit

导航