Skip to content

Instantly share code, notes, and snippets.

View jdzcn's full-sized avatar

Songbin jdzcn

View GitHub Profile
@jdzcn
jdzcn / columns.css
Created February 23, 2021 12:50
css:columns
/* 创建两列 */
/* Left column */
section {
float: left;
height: 500px;
width: 75%;
background-color: #f1f1f1;
border: 1px;
padding: 5px;
}
@jdzcn
jdzcn / lightform.css
Created February 23, 2021 12:52
css:lightform
input[type=text], select {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
@jdzcn
jdzcn / deepform.css
Created February 23, 2021 12:53
css:deepform
body {
margin:0px;
min-height:480px;
}
h1{
background:-webkit-gradient(linear,left top,left bottom,color-stop(0.0,#666666),color-stop(0.5,#3A3A3A),color-stop(0.5,#222222),color-stop(1.0,#000000));
-webkit-box-shadow:0 2px 1px #AAAAAA;
-webkit-border-bottom-left-radius:6px;
@jdzcn
jdzcn / dabblet.css
Last active April 9, 2022 04:10
Untitled
@import "compass/css3";
div {
width: 200px;
margin: 30px;
}
h2 {
font: 400 40px/1.5 Helvetica, Verdana, sans-serif;
margin: 0;