
css
文章平均质量分 55
zhuchuji
这个作者很懒,什么都没留下…
展开
-
scss style guide
scss style guide原创 2016-11-01 21:58:25 · 234 阅读 · 0 评论 -
CSS tips
text-overflow: ellipsistext-overflow: ellipsis will work under the conditions that overflow: hidden; white-space: nowrap are set for a block element (container).line-height and paddingLine-hei...原创 2018-01-01 10:54:56 · 346 阅读 · 0 评论 -
Flex Layout
IntroductionFlex is a one-dimensional layout model, which provide powerful capabilities for content justifying and alignment. There are two axes in flex: main axis and cross axis. It’s called one-di...原创 2017-12-30 16:37:33 · 291 阅读 · 0 评论 -
Understanding Block Formatting Context
Understanding block formatting context转载 2018-01-09 22:50:39 · 203 阅读 · 0 评论 -
BEM and Sass Guidelines
BEM guides BEM in Sass转载 2018-01-15 12:21:06 · 217 阅读 · 0 评论 -
CSS style guide
CSS style guide原创 2017-06-29 13:51:18 · 292 阅读 · 0 评论 -
Sass style guide
Sass style guide原创 2017-06-30 15:30:01 · 244 阅读 · 0 评论 -
CSS: box-sizing
The CSS box-sizing原创 2017-06-19 10:12:21 · 245 阅读 · 0 评论 -
CSS: display: none vs visibility: hidden
display: none vs visibility: hidden原创 2017-06-17 11:21:27 · 322 阅读 · 0 评论 -
`display: flex` VS `display: table`
Considering the following code and understand the difference between them.<div class="flex-container"> <div class="flex-item">item-1</div> &原创 2018-06-01 18:07:50 · 965 阅读 · 0 评论