加载中
translate3d(0,0,0)作用

http://blog.bingo929.com/transform-translate3d-translatez-transition-gpu-hardware-acceleration.html http://stackoverflow.com/questions/18529381/what-does-webkit-transform-transl...

2015/10/31 04:43
4.6K
制作android/cordova splash screen

http://stackoverflow.com/questions/9204573/phonegap-splash-screen-for-android-not-stretched-or-9patch http://javapapers.com/android/android-splash-screen/ http://www.onlymobilep...

2015/10/28 21:31
155
fack xcode and ipad

我的ipad装不了ipa,, xcode连接ipad后hello world都不起来。 http://stackoverflow.com/questions/26032085/xcode-6-process-launch-failed-timed-out-trying-to-launch-app http://stackove...

2015/10/20 23:19
46
icomoon用法

icomoon是一个类似于fontawesome的图标库,可以自己将svg图片

2015/10/12 21:30
2.9K
YAML Tutorial

YAML Rules Applicable YAML files: all files with a .yml extension. Essentials uses a config.yml file. Tabs are NOT allowed, use spaces ONLY. You MUST indent your properties and ...

2015/10/02 12:38
844
​css float

https://css-tricks.com/all-about-floats/ 把block元素加上float后。元素的width变成和inline一样由包裹的元素内容来决定。并且从上下堆叠变成和inline 元素一样左右排列。。。...

2015/09/27 16:34
71
css3水平居中笔记

CSS水平居中的方法有: 1. 一般是套上一层div.wrapper设置width为具体的数值或%比,并设置margin:0 auto 但是如果不希望给这个div设定宽度怎么办? 2。 套上一层div.wrapper设置display: ta...

2015/09/27 16:33
52
CSS3中:first-child和:first-of-child的区别

xx:first-child不是指xx所包含的第一个child,它的目标其实是xx的父元素,寻找xx的父亲的第一个孩子(如果父亲的第一个孩子名为xx,OK此样式生效,如果第一个孩子名不为xx,则该样式直接被无视...

2015/09/27 14:51
741
CSS实现文本溢出自动截断

浏览器的宽度变窄后,如果设定了min-width那么文字将被遮挡在浏览器之外。

2015/09/13 14:03
589
overflow scroll的前提条件

研究中。。

2015/09/10 19:07
510
css犯错的地方

1.2.3 。。暂时置顶,充电中。

2015/09/07 00:56
142
理解css中的clip属性

格式如下: div { position: absolute; clip: rect(0, 50px, auto, 0); } 这里是详解: http://tympanus.net/codrops/2013/01/16/understanding-the-css-clip-property/ 注意点: 1. 奇皅的...

2015/09/06 20:33
135
progress bar with css3

这篇是详解: https://medium.com/@andsens/radial-progress-indicator-using-css-a917b80c43f9 这里有个示例: http://jsfiddle.net/andsens/mLA7X/ round/circular: http://blog.invatechs...

2015/09/05 15:42
136
Responsive Web Design with 3 steps

youtube视频: https://www.youtube.com/watch?v=Up_NC-qGzuI

2015/09/03 20:39
55
max-width: 100%是什么意思?

问: https://teamtreehouse.com/community/maxwidth-100 答: "max-width" is a maximum width meaning that the element can not be bigger then the value input but can be smaller. "mi...

2015/09/03 20:10
1.7K
px,em和rem的区别

http://www.ldsun.com/1209.html youtube视频: http://www.sitepoint.com/css3-rem-units/

2015/09/03 17:59
128
The CSS position property

http://www.cssmojo.com/the-css-position-property/

2015/09/03 14:55
37
BFC 神奇背后的原理

BFC 已经是一个耳听熟闻的词语了,网上有许多关于 BFC 的文章,介绍了如何触发 BFC 以及 BFC 的一些用处(如清浮动,防止 margin 重叠等)。虽然我知道如何利用 BFC 解决这些问题,但当别人问...

2015/09/03 13:39
130
Vertically aligning HTML

http://www.senktec.com/2013/09/vertically-aligning-html/

2015/09/02 15:32
24
Using CSS “display: table-cell” for columns

http://www.senktec.com/2014/01/using-css-display-table-cell-for-columns/ http://www.onenaught.com/posts/201/use-css-displaytable-for-layout...

2015/09/02 15:31
18

没有更多内容

加载失败,请刷新页面

返回顶部
顶部