
css
Slice-ddd
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
flex布局的简单使用
css:.container { display: flex; display: -webkit-flex; display: -webkit-box; background: #2b669a; justify-content: space-between; -webkit-box-pack: justify;}.container > div {原创 2017-04-28 10:41:57 · 368 阅读 · 0 评论 -
css reset
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong原创 2017-04-25 11:52:15 · 414 阅读 · 0 评论 -
行内元素出现换行的情况
例如这样: html<div id="box"> <input type="text"> <button>搜索</button></div>css#box{ width:550px; height:40px; border:1px solid green;}#box input{ width:500px; height:40p原创 2017-06-08 09:43:55 · 2252 阅读 · 0 评论