Skip to content

Instantly share code, notes, and snippets.

@GreLI
GreLI / dabblet.css
Created May 14, 2014 12:20
Untitled
.scale,
.meter {
height: 15px
}
.scale {
width: 501px;
background: repeating-linear-gradient(90deg, transparent, transparent 3px, white 3px, white 6px) #CCC;
}
.meter {
width: 75%;
@GreLI
GreLI / dabblet.css
Created June 10, 2013 17:10
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: 100%;
@GreLI
GreLI / dabblet.html
Created June 10, 2013 17:11
Untitled
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 270 250">
<pattern id="grid" x="8" y="5" width="16" height="16" patternUnits="userSpaceOnUse">
<rect width="16" height="16" fill="red" stroke="white" stroke-width="2"/>
</pattern>
<!-- Heart -->
<path fill="red" d="
M96.34,193.4
l48.5,48.5
@GreLI
GreLI / dabblet.html
Last active December 18, 2015 08:39
Untitled
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 93">
<pattern id="grid" x="6" y="6" width="6" height="6" patternUnits="userSpaceOnUse">
<rect width="6" height="6" fill="white"/>
<rect x="1" y="1" width="5" height="5" fill="red"/>
</pattern>
<!-- Heart -->
<path fill="red" d="
M33.5,70.65
@GreLI
GreLI / dabblet.css
Last active December 18, 2015 12:59
Untitled
table {
position: relative;
}
th,
td {
counter-increment: col;
}
th:first-child {
text-align: right;
counter-reset: col;
@GreLI
GreLI / dabblet.css
Created July 28, 2013 19:30 — forked from anonymous/dabblet.css
Трапеция
/**
* Трапеция
*/
.stage {
perspective: 600px;
}
.trapezoid {
width: 600px;
height: 300px;