我需要帮助我的网站的HTML代码。我在网页上放置图片背景时遇到了困难。标题会阻止我的图像。 (下图)
在蓝色的翅膀上方,它一直被挡住了。
以下是我的网页HMTL代码。
<style>
body {
background-image: url(http://i.imgur.com/KyYCMrk.png);
background-repeat: no-repeat;
background-position: center top;
max-height: 100%;
}
</style>