コード:
<div class="container_bottom_tip">
<div class="container_bottom_desc">This is some text
<img class="browser_button_img" src="images/something.png">
</div>
</div>
.container_bottom_tip {
text-align: center;
}
.container_bottom_desc {
color: #333;
}
上記のコードを使用して、画像を少し上に移動します。したがって、画像でmargin-topのようなことをすると、「これはテキストです」というテキストがドラッグされます。
「This is some text?」というテキストの位置に影響を与えずに画像を上下に移動するにはどうすればよいですか?