【发布时间】:2021-04-22 22:33:56
【问题描述】:
假设我有这些卡片:
(Link to implementation in tailwind play)
假设我有这张图表 (Example chart)
如何实现使用该图表作为卡片背景的效果?
有点像这样:
【问题讨论】:
标签: html css tailwind-css
假设我有这些卡片:
(Link to implementation in tailwind play)
假设我有这张图表 (Example chart)
如何实现使用该图表作为卡片背景的效果?
有点像这样:
【问题讨论】:
标签: html css tailwind-css
将您的图表分成 3 个不同的图像。每张牌一张。然后使用 CSS background 属性将它们设置为卡片的背景。
【讨论】: