.parent { --nested-radius: calc(var(--radius) - var(--padding));} .nested { border-radius: var(--nested-radius);}
https://x.st/spinning-diagrams-with-css/ https://moderncss.dev/ https://css-tip.com/
https://alexplescan.com/posts/2023/07/08/easy-svg-sparklines/
https://ishadeed.com/article/threads-app-css/
https://ui-colorgen.vercel.app/
https://samherbert.net/svg-loaders/
calc(sin(var(--angle)))
/_ border between divs if they contain an h2 as their first child. _/ div:-moz-has-child(h2:first-child) { border-bottom: 1px solid black; }
- is() where() :not() /_ 3-deep (or more) unordered lists use a square _/ :is(ol, ul, menu, dir) :is(ol, ul, menu, dir) :is(ul, menu, dir) { list-style-type: square;
css -> @supports(border-radius: 100%){ ...