[go: up one dir, main page]

1,002 views · 4 active
A cartoon skull with a hotpink hat on.
atom@argyleink
notecss

Combo light-dark() with Temani's great border-image techniques.

.card > figcaption {
  color: light-dark(#000, #fff);
  border-image: fill 0 conic-gradient(light-dark(#fff8, #0008) 0 0);
}

Try it on Codepen

light exampledark example
15likes
3reposts
  • Brett Peary
  • BikeBot
  • Paul Shryock

Join the conversation on

Any reason why not just use background instead of border-image?
Ana TudorAna Tudor