背景重复-x在Tumblr主题上搞砸了

时间:2013-03-21 16:50:41

标签: html css css3 tumblr

http://lt-chocolate.tumblr.com/

我刚刚在标题标签中添加了背景标题文字,顶部的背景图片非常不稳定。无论如何我能解决这个问题吗?

这是我现在身体和头部的css。

html, body {

font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: #351F14;
background-color: #E6D0A1;
background-image: url('http://static.tumblr.com/pvgoybd/UEfmk0nj3/background_02.png');
background-repeat: repeat-x;

}
#masthead {
    max-width: 1400px;
    min-height: auto;
    position: relative;
    bottom: 8px;
    left: 82px;
}
#masthead h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 48px;
    color: #F2EBD9;
    font-weight: bold;
    background-color: #4F3117;
    max-width: 401px;
    min-height: 62px;
    padding-left: 30px;
    margin-left: 30px;
    position: relative;
    bottom: 7px;
}

有什么我应该努力让它看起来更好吗?

1 个答案:

答案 0 :(得分:0)

您已将背景设置为htmlbody,因此您可以看到它两次。