图像低于其他元素

时间:2016-11-07 17:12:31

标签: html css web

我的网站有问题。我的网站上有一个小图片,它的位置低于其他 body 元素。谢谢你的帮助。

  <header style="position:fixed"class="container-fluid header a">

<div class="row">

  <div class="col-xs-1"><a href="#top"><img src="http://www.polyvore.com/cgi/img-thing?.out=jpg&size=l&tid=46293357"style="max-width:90px"class="img-responsive"></a></div>

 <div class="col-xs-6, col-xs-offset-9"style="padding-top:2%">
  <a href="#scr"><button class="btn btn-primary button">ABOUT</button></a>
  <a href="#scr"><button class="btn btn-primary button">PORTFOLIO</button></a>
  <a href="#scr"><button class="btn btn-primary button">CONTACT</button></a>

   </div>
</div>
</div>
</header>
<body style="padding-top:20%; background-color:yellow;">
<p class="centered">First website of Terlan Ismayilsoy</p>
 <div class="row">
 <div>
 <div class="col-xs-1 hr">

     </div>
     <div class="col-xs-1"style="padding-top:2%;margin-right:2%"><h1><b>&lt;/&gt;</b></h1></div>
   </div>

   <div>
 <img src="https://www.brandeps.com/logo-download/F/Flag-map-of-Azerbaijan-01.png" class="img-responsive little "class="pull-right  pull-up">
   </div>

 </div>


 </div>

0 个答案:

没有答案