Skip to content

Instantly share code, notes, and snippets.

View hszy00232's full-sized avatar
💭
I may be slow to respond.

冰果 hszy00232

💭
I may be slow to respond.
View GitHub Profile
html { background: white; font: 120% sans-serif;}
html { background: white; font: 120% sans-serif;}
@hszy00232
hszy00232 / dabblet.css
Last active July 11, 2016 09:32
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(90deg, #f06, yellow);
min-height: 100%;
@hszy00232
hszy00232 / dabblet.css
Created July 11, 2016 09:29
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(90deg, #f06, yellow);
min-height: 100%;
@hszy00232
hszy00232 / dabblet.css
Last active July 11, 2016 09:29
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(90deg, #f06, yellow);
min-height: 100%;
@hszy00232
hszy00232 / SassMeister-input.sass
Created October 8, 2015 09:30
Generated by SassMeister.com.
// ----
// Sass (v3.4.14)
// Compass (v1.0.3)
// ----
@hszy00232
hszy00232 / index.html
Created January 16, 2015 09:18
vExQzW
<div class="test"></div>
@hszy00232
hszy00232 / h5g
Created July 19, 2012 06:06 — forked from wintercn/h5g
HTML5 Canvas Game Template
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8" />
<!--允许全屏-->
<meta content="yes" name="apple-mobile-web-app-capable"/>
<meta content="yes" name="apple-touch-fullscreen"/>
<!--禁止电话号码和邮箱识别-->
@hszy00232
hszy00232 / dabblet.css
Created April 24, 2012 00:40 — forked from LeaVerou/dabblet.css
Scrolling shadows by @kizmarh and @LeaVerou
/**
* Scrolling shadows by @kizmarh and @leaverou
* Only works in browsers supporting background-attachment: local; & CSS gradients
* Degrades gracefully
*/
html {
background: white;
font: 120% sans-serif;
}
@hszy00232
hszy00232 / dabblet.css
Created April 22, 2012 16:42
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 50%;