Skip to content

Instantly share code, notes, and snippets.

@199dqx
199dqx / 01-gulpfile.js
Created January 19, 2016 12:24 — forked from markgoodyear/01-gulpfile.js
Comparison between gulp and Grunt. See http://markgoodyear.com/2014/01/getting-started-with-gulp/ for a write-up.
/*!
* gulp
* $ npm install gulp-ruby-sass gulp-autoprefixer gulp-cssnano gulp-jshint gulp-concat gulp-uglify gulp-imagemin gulp-notify gulp-rename gulp-livereload gulp-cache del --save-dev
*/
// Load plugins
var gulp = require('gulp'),
sass = require('gulp-ruby-sass'),
autoprefixer = require('gulp-autoprefixer'),
cssnano = require('gulp-cssnano'),
@199dqx
199dqx / add.css
Created April 12, 2014 09:07
左右脑应用
@charset "utf-8";
/* CSS Document */
.add1{padding-top:10px;height:30px;font-size:20px;}
.add2{color:#67d4f1;font-size:28px;line-height:68px;height:100px;}
.add3{padding-top:30px;font-size:12px;}
h1{height:68px;width:370px;background:url(../img/ui.png) no-repeat center top ;margin:71px auto 30px;font-size:28px;line-height:58px;color:#fff;padding:0 80px 0 80px;}
h2{height:68px;width:370px;background:url(../img/ui.png) no-repeat center top ;margin:20px auto 0;font-size:24px;line-height:58px;color:#fff;padding:0 80px 0 80px;}
h5{height:48px;color:#67d4f1;font-size:14px;font-weight:normal;}
.button,.button2{color:#fff;display:block;background:url(../img/ui.png) no-repeat 0 -68px;width:251px;height:80px;margin:0 auto;cursor:pointer;font-size:30px;line-height:70px;text-shadow: #999999 1px 1px 0;}
.button2{background:url(../img/ui.png) no-repeat -252px -69px;width:211px;height:64px;font-size:26px;line-height:54px;text-align:center;}
@199dqx
199dqx / gist:10525890
Created April 12, 2014 09:04
左右脑应用
左右脑应用