标签: html css
我需要你的帮助。我想将文本和联系表单放在一起。请看截图。 https://imgur.com/tlgO8dd
这是代码: https://ufile.io/2myru
答案 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>