@wblut Yeah it's a solid point. Iβ€οΈminimalism, philosophy, the international style, code and am much more interested to connect on things like that than whether something is minted or not. That's cool still but secondary.
MOHR (1/2). A homage to one of the works of Manfred Mohr who created his first computer artwork in 1969 with Fortran. He continues creating wonderful works from New York today and well worth checking out if you're not familiar with him: https://t.co/QEzmfo5cOy
#code#art#mohr
MOHR (2/2). A homage to one of the works of Manfred Mohr who created his first computer artwork in 1969 with Fortran. He continues creating wonderful works from New York today and well worth checking out if you're not familiar with him: https://t.co/QEzmfo5cOy
#code#art#mohr
Must be time for the Q4 nested radius post π
Remember, the CSS tip is that you can use custom properties to work out the nested radius of elements for you π
.panel {
--radius: 28px;
--padding: 8px;
--nested-radius: calc(var(--radius) - var(--padding);
}
.content {
border-radius: var(--nested-radius);
}
Here's an interactive visual you can mess with π€
@CodePen link below π