纯CSS3打造超逼真的Sublime编辑器界面
A Sublime in CSS3
jQuery之家
返回下载页
$breakpoints
: (phone:
320px
, tablet:
768px
, desktop:
1024px
);
/* Inclusive and exclusive operators for a finer control over the intervals */
@include media
(
">phone"
,
"<=tablet"
) {
width:
50%
;
}
如果你喜欢这个插件,那么你可能也喜欢:
纯CSS3制作精美的圆形扁平风格图标
纯CSS3超酷3D旋转立方体动画特效