我有以下 HTML:
<div> <img src=""> <div><!-- centered form on top of the image --></div> </div>
布局应该是这样的
我该如何使用 Tailwind 来做到这一点?解决方案必须具有响应能力。我不想使用背景图像 CSS 属性。我想改用<img>标签
<img>
css tailwind-css
css ×1
tailwind-css ×1