Well @envato (labs) just dropped the freshest design inspo resource I've seen in ages. It's called InspoGen.
You drag around this parallax layered canvas until you find something you dig. You then "transport" into a deeper layer with similar designs 🪐
Right-clicking the design takes you to the source. Very cool!
dynamic toggle with CSS :has() 🎁
.control:not(:has(:first-of-type:checked)) .indicator {
translate: 100% 0;
}
leverage [type=radio]:checked with :has() to set the visuals 🤙