如何将文本和表单放在一起?

时间:2017-09-07 08:28:01

标签: html css

我需要你的帮助。我想将文本和联系表单放在一起。请看截图。 https://imgur.com/tlgO8dd

这是代码: https://ufile.io/2myru

1 个答案:

答案 0 :(得分:0)

<div class="row">
 <div class="col-sm-6">
  place the text
</div>
 <div class="col-sm-6">
 place the contact form
</div>
</div>