如何将图像移动到我的网页顶部? (HTML)

时间:2015-12-04 19:16:23

标签: html css image header blogs

我需要帮助我的网站的HTML代码。我在网页上放置图片背景时遇到了困难。标题会阻止我的图像。 (下图)enter image description here

在蓝色的翅膀上方,它一直被挡住了。

以下是我的网页HMTL代码。

<style>
  body { 
    background-image: url(http://i.imgur.com/KyYCMrk.png);
    background-repeat: no-repeat;
    background-position: center top; 
    max-height: 100%;
}
</style>

0 个答案:

没有答案