Skip to content

Instantly share code, notes, and snippets.

View hidoos's full-sized avatar
🏠
Working from home

hong lan hidoos

🏠
Working from home
  • GuiYang, China
View GitHub Profile
@hidoos
hidoos / dabblet.css
Created February 27, 2014 02:10
gradient 质感
/**
* gradient 质感
*/
body,div{
margin:0;
padding:0;
}
.mod{
background:#343434; /* 盒子outside的颜色 */
height:400px;
@hidoos
hidoos / dabblet.css
Created March 3, 2014 13:59 — forked from LeaVerou/dabblet.css
(C)Leanest CSS spinner ever
/**
* (C)Leanest CSS spinner ever
*/
@keyframes spin {
to { transform: rotate(1turn); }
}
.progress {
position: relative;
@hidoos
hidoos / A-Pen-by-hidoos.markdown
Created March 6, 2014 06:17
A Pen by hidoos.
@hidoos
hidoos / SassMeister-input-HTML.html
Created March 9, 2014 12:05
Generated by SassMeister.com.
<div class="message-success">
ceshi
</div>
<div class="message-error">
ceshi
</div>
<div class="message-warn">
ceshi
</div>
<div class="message-info">
@hidoos
hidoos / SassMeister-input-HTML.html
Created March 12, 2014 09:23
Generated by SassMeister.com.
<div class="message">
测试一下这些内容
</div>
@hidoos
hidoos / SassMeister-input-HTML.html
Created March 13, 2014 01:39
Generated by SassMeister.com.
<div class="message">
测试一下这些内容
</div>
<div class="message-default">
测试一下这些内容
</div>
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="js函数的arguments的值" />
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
</body>
@hidoos
hidoos / dabblet.css
Created March 24, 2014 05:32
Untitled
.red, .green, .blue {
position: absolute;
width:100px;
height:100px;
}
div:first-child{
opacity: .99;
}
.red {
@hidoos
hidoos / dabblet.css
Created March 24, 2014 05:54
z-index demo
/**
* z-index demo
*/
body,div,p{
margin:0;
padding:0;
}
body{
font-size:0}
.menu{
@hidoos
hidoos / dabblet.css
Created May 28, 2014 07:20
代码片断
fieldset{
border:none;
border-top:1px solid #ccc;
padding:0;
}
fieldset>legend{
font-size:12px;
line-height:24px;
margin:0;
padding-right:20px;