固定位置div的位置忽略右侧边距

时间:2014-12-23 14:06:50

标签: html css

我正试图将文本居中对齐像这样的

.profile-title{
    position: fixed;
    top: 60px;
    width: 100%;
    text-align: center;
}

它位于具有30px填充

的容器内
 .content { 
    padding: 30px;
 };

.profile-title 忽略右侧边距

full width of the screen

padding

为什么.profile-title在左侧被推了30px?

0 个答案:

没有答案