Skip to content

Instantly share code, notes, and snippets.

View besedin-art's full-sized avatar

Artem besedin-art

View GitHub Profile
@besedin-art
besedin-art / dabblet.css
Created August 7, 2012 07:54
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
div {
width: 120px;
height: 18px;
margin: 100px;
background: yellow;
.btn_sign {
display: inline-block;
width: 97px;
text-align: center;
text-decoration: none;
font-size: 12px;
line-height: 1.5;
color: #fff;
border-radius: 3px;
border: 1px solid;
.btn_sign {
display: inline-block;
width: 97px;
text-align: center;
text-decoration: none;
font-size: 12px;
line-height: 1.5;
color: #fff;
border-radius: 3px;
border: 1px solid;
.btn_sign {
display: inline-block;
min-width: 97px;
text-align: center;
text-decoration: none;
font-size: 12px;
line-height: 1.5;
color: #fff;
border-radius: 3px;
border: 1px solid;
.btn_sign {
min-width: 87px;
padding: 0 5px;
display: inline-block;
text-align: center;
text-decoration: none;
font-size: 12px;
line-height: 1.5;
color: #fff;
border-radius: 3px;
/**
* btn tabs
*/
.btn,
.btn_text {
display: inline-block;
border-radius: 3px;
position: relative;
}
/**
* btn tabs
*/
.btn,
.btn_text {
display: inline-block;
border-radius: 3px;
position: relative;
}
@besedin-art
besedin-art / dabblet.css
Created September 4, 2012 07:43
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.wrap {
/* demo */
margin: 100px;
background: lime;
padding: 20px;
@besedin-art
besedin-art / dabblet.html
Created October 26, 2012 11:17 — forked from pepelsbey/dabblet.html
Untitled
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 14">
<path d="M2 4 L4 4 M1 5 L5 5 M2 6 L9 6 M3 7 L8 7 M4 8 L7 8 M5 9 L6 9 M6 5 L10 5 M7 4 L11 4 M8 3 L12 3 M9 2 L 13 2 M10 1 L 13 1" stroke="black" stroke-width="1" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14">
<path d="M2 4 L4 4 M1 5 L5 5 M2 6 L9 6 M3 7 L8 7 M4 8 L7 8 M5 9 L6 9 M6 5 L10 5 M7 4 L11 4 M8 3 L12 3 M9 2 L 13 2 M10 1 L 13 1" stroke="black" stroke-width="1" />
</svg>