【发布时间】:2021-05-21 14:11:50
【问题描述】:
我有以下 HTML:
<div>
<img src="">
<div><!-- centered form on top of the image --></div>
</div>
Here is how the layout should be
如何使用 Tailwind?解决方案必须是响应式的。我不想使用 background-image CSS 属性。我想改用<img> 标签
【问题讨论】:
标签: css tailwind-css