Skip to content

Instantly share code, notes, and snippets.

View stilsjp's full-sized avatar

Juris P stilsjp

View GitHub Profile
@stilsjp
stilsjp / dabblet.css
Created July 16, 2014 06:58
Animated pie chart - style loader with CSS
/**
* Animated pie chart - style loader with CSS
*/
.pie {
width: 100px;
height: 100px;
border-radius: 50%;
background: yellowgreen;
background-image: linear-gradient(-90deg, currentColor 50%, transparent 0);
@stilsjp
stilsjp / dabblet.css
Created October 5, 2012 14:59
Untitled
.block {
height:100px;
width:100px;
background:red;
position: relative;
transition: width 1s, height 1s;
min-height:100px;
min-width: 100px;
}
@stilsjp
stilsjp / tc.css
Created August 30, 2012 06:48
test
.test {}
@stilsjp
stilsjp / tc.css
Created August 29, 2012 06:49
hello world
div {
color:red;
}