移动样式错误

时间:2014-09-25 13:05:03

标签: html css wordpress

我有这段代码导致移动版本出现样式错误:

CSS:

.medarbetare-img {
width: 180px;
height: 100px;
margin-bottom: 5px;
margin-top: 16px;  

HTML:

<div class="left">
    <div class="medarbetare-img" style="background:
        url(http://byggprojektoren.se/wp-content/uploads/2014/09/Rinor2.jpg)
        center top no-repeat;">
    </div>
    <p style="font-size:13px;">Name Name<br>
        Konstruktör, VD,delägare<br>
        <a style="font-size:13px;"href="mailto:@byggprojektoren.se">@byggprojektoren.se</a>
        <br>0762 - 92 23 51
    </p>
</div>

<div class="right">
    <p style="text-align:justify; font-size:13px; padding:10px 0;">
        Text that collides with the picture
    </p>
</div>

正在创建的以下图片是:

Picture

0 个答案:

没有答案