:doodle {
@grid: 15 / 800px;
}
@shape: clover 5;
background: #36383f;
transform:
scale(@r(.2, 1.5))
translate(@multi(2, @r(-50%, 50%)));
I ♥ to use
C
dePen
:doodle {
@grid: 20 / 280px;
}
@size: 2px calc(100% * @sqrt(2) + 1px);
transform: rotate(@p(25deg, -25deg));
background: #36383f;
margin: auto;
Created
by
@andrejsharapov
:doodle {
@grid: 20 / 280px;
}
@size: 2px calc(100% * @sqrt(2) + 1px);
transform: rotate(@p(45deg, -45deg));
background: #36383f;
margin: auto;
create with
C
dePen
:doodle {
@grid: 20 / 280px;
}
@size: 2px calc(100% * @sqrt(2) + 1px);
transform: rotate(@p(15deg, -90deg));
background: #36383f;
margin: auto;
:doodle {
@grid: 20 / 280px;
}
background: #36383f;
transform: scale(@rand(.2, .9));
💕
CSS
:doodle {
@grid: 20 / 280px;
}
@size: 2px calc(100% * @sqrt(2) + 1px);
transform: rotate(@p(90deg, 0deg));
background: #36383f;
margin: auto;
@yuanchuan23
thanks for
css-doodle