我怎样才能摆脱这个额外的空白?

时间:2012-07-05 22:18:37

标签: css

在我正在处理的网站的主页上,我在页面右侧有一堆额外的空格。我知道问题出在我的CSS中,但我不确定如何解决问题。这是相关的css:

/* Home Page */

#homelogo {
margin-left: -450px;
margin-right: 0px;
color: #363636;
}

#bigtext {
font-size: 45px;
margin-right: -360px;
position: relative;
bottom: 80px;
line-height: 1;
color: #FF809D;
}

#description {
position: relative;
bottom: 60px;
}

你能给我的任何帮助都会很棒!

1 个答案:

答案 0 :(得分:0)

    #bigtext {
      font-size: 45px;
      **margin-right: -360px;**
      position: relative;
      bottom: 80px;
      line-height: 1;
      color: #FF809D;
    }
问题是你正在用右边距为负创造额外的空间 即它正在增加身体右侧的空间