-5
我在我的頁面上有一個div;這個div在桌面視圖中包括img(頂部div)和文本(div底部);我想要移動視圖,img和文本內聯。你可以幫我嗎 ? enter image description here用@Media查詢改變主題
我的代碼:
<div class="ph-cnt mui--z2 col-lg-2 col-lg-offset-1 col-md-2 col-md-offset-1 col-sm-10 col-md-offset-1 col-xs-10 col-xs-offset-1 ">
<div class="img-ph-cnt " align=center>
<img src="img/telephone-operator.svg" alt="Phone" width="100px" class="img-responsive">
</div>
<div class="content-ph-cnt" align=center>
<h4>Phone</h4>
<h2>00225555</h2>
<h4>fax</h4>
<h2>1223456</h2>
</div>
你嘗試過什麼? – jhpratt
使用媒體查詢。你的頭銜就是答案。按照在這裏詢問,看看這個:[mcve]和這個:[問] –