abstractJuiceFactory
> Waddington (1940:11) thought of ‘landscape’ as a metaphor, a new virtual domain for envisioning “the whole complex system of actions and interactions which constitute [cellular] differentiation."
www.jstor.org/stable/27113...
> Waddington (1940:11) thought of ‘landscape’ as a metaphor, a new virtual domain for envisioning “the whole complex system of actions and interactions which constitute [cellular] differentiation."
www.jstor.org/stable/27113...
youtube.com/playlist?lis...
youtube.com/playlist?lis...
#gamedev #indiegame
#gamedev #indiegame
use CSS pseudoelements to bridge the :hover gap w/ :has() + inset
a:has(+ .dots) a::after,
.dots + a::after {
position: absolute;
content: '';
}
a:has(+ .dots) a::after { inset: 0 -50% 0 100%; }
.dots + a::after { inset: 0 100% 0 -50%; }
use CSS pseudoelements to bridge the :hover gap w/ :has() + inset
a:has(+ .dots) a::after,
.dots + a::after {
position: absolute;
content: '';
}
a:has(+ .dots) a::after { inset: 0 -50% 0 100%; }
.dots + a::after { inset: 0 100% 0 -50%; }
i have successfully distilled the essence of flexbox into two variables
i have successfully distilled the essence of flexbox into two variables