Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想沿着位于页面底部的静态背景图像的形状放置一些位于 div/spans 内部的文本。此文本位于 divs/spans 内,因为每个字母都是分开的,因为它们会被旋转以适应此静态背景图像形状的曲线。
我愿意寻找替代解决方案,但我认为我还没有看到沿着矢量路径或类似路径绘制文本的方法,所以我想使用相对定位。
除非您想使用画布(请参阅解决方案),否则最好使用绝对定位。