【发布时间】:2023-04-01 10:19:02
【问题描述】:
【问题讨论】:
-
这是一个带尾巴的正常旋转。这个尾巴可以使用一些伪类来完成。
-
您可以使用引导轮播:getbootstrap.com/docs/5.0/components/carousel 或 w3Schools 中的示例:w3schools.com/bootstrap/bootstrap_carousel.asp 并使用 bennettfeely.com/clippy 制作像
clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);这样的尾部形状
标签: html css bootstrap-4 frontend carousel