我正在尝试用 css3 做这样的事情,但我不知道如何将搜索按钮定位在“结果”div 的右侧。不在标签之后
<div id="ResultBox" style="margin-right:10px;margin-top:5px; height:90%;">
<div class="result" style="display:inline;">
<div style="height:100px; width:150px;">
Name:
<label>Mojtaba Iranpanah</label><br>
Email:
<label>00000000</label><br>
Phone Numner:
<label>00000000</label>
</div>
<div class="btn" style="float:right;">
<button>Search!</button>
</div>
</div>
</div>