我正在尝试在包含背景图像的 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>