1

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;
}

見栄えを良くするために取り組むべきことはありますか?

4

1 に答える 1

0

背景を両方に設定したhtmlのでbody、2回表示されます。

于 2013-03-21T16:59:35.943 に答える