我正在尝试将一些文本放在包含背景图像的div中。我该如何解决这个问题。该网站必须有响应。像这个网站上的正确部分。 http://loveandluxesf.com/
所以这是以下代码。
<div class="row">
<div class="six columns" id="signup-section">
<div id="bg-img">
<div class="offset-by-two">
<h2>Random text which should go in here</h2>
<form>
<input type="email">
<span class="button">Register</span>
</form>
</div>
</div>
</div>
答案 0 :(得分:0)
如果您相对定位包含div,然后绝对定位文本元素(h1),您可以使用左上角的右下角定位将文本放在相对于包含div的位置。如果您需要更多细节,请询问。
答案 1 :(得分:0)
尝试设置style="float:left;"