css 199

#CSS
Don't tap the white block

@font-face { font-family: "digital"; src: url(DIGITALDREAMSKEWNARROW-webfont.woff); } body…

2015-12-14 777

#CSS
纯CSS3跳动焦点广告轮播特效

<!-- Author: Developed by Caleb Jacob Author Website: http://iamceege.com/ Author Conta…

2015-12-14 1,000

#CSS
很精彩!标签UI设计效果 基于jQ的标签特效演示

$(window).load(function() {// $('.tag').each(function(i) { setTimeout(function() { $('.tag…

2015-12-14 669

#CSS
wordpress时间轴文章归档页面 纯CSS打造

<div> <?php $previous_year = $year = 0; $previous_month = $month = 0; $ul_open = …

2015-12-14 240

#CSS
LESS – 透明度混入类

.opacity(value: 0) { @ie6_value: (@value * 100); -khtml-opacity: @value; -moz-opacity: @va…

2015-12-14 394

#CSS
css3实现渐变色文字和镂空文字

<style> .text-fill-color2{ font-size:20px; width:950px; margin:0 auto; background:-w…

2015-12-14 173

#CSS
CSS伸出式商品分类菜单

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xh…

2015-12-14 484

#CSS
文字反向

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/ht…

2015-12-14 297

#CSS
手势解锁,移动端支持TouchEvent

$width: 40px; $border: 2px; body { -webkit-user-select: none; user-select: none; cursor: c…

2015-12-14 536

#CSS
恢复容器里所有html元素的默认样式

/* 将dcss容器里的所有元素设为默认值 */ .dcss html,.dcss address,.dcss blockquote,.dcss body,.dcss dd,.dc…

2015-12-14 703