好的,下面是这个HTML元素现在的样子:
我希望文本与图像居中。图像为32x32px。
下面是我的代码:
<style>
div.interface {
line-height: 32px;
float: left;
margin: 10px;
width: 450px;
font: 14px/27px 'CalibriRegular', Arial, sans-serif;
color: #646464; text-shadow: 1px 1px 1px #fff;
padding-right: 10px;
}
</style>
<div class="interface"><img src="assets/icons/interface.png" />Filled with fun animations and eye-candy! Complete with Retina graphics.</div>
https://stackoverflow.com/questions/4952943
复制相似问题