css
文章平均质量分 67
Dami103
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
div中的文字和图片水平居中的方法
css文字水平居中的案例1: .page{text-align: center;} 这是需要水平居中的文字 css文字水平居中的案例2: .page{display: flex;justify-content: center;} 这是需要水平居中的文字 css图片水平居中的案例1: css图片水平居中的案例2: .tu img{display: bloc原创 2016-12-15 15:24:42 · 5448 阅读 · 0 评论 -
IE浏览器引用css样式表的方法
IE浏览器引用css样式表的方法: 1.Hack的写法: :root .demo {color: #ff09;}/* IE 9 的写法 */ *:first-child+html .demo {color: green;}/* 仅仅IE7浏览器 */ .demo { color: gray; /* 基本的 */ color: pink\9; /* IE9以下(IE 8 及低原创 2017-02-17 17:53:49 · 561 阅读 · 0 评论
分享