标签: html css
我正试图将文本居中对齐像这样的
.profile-title{ position: fixed; top: 60px; width: 100%; text-align: center; }
它位于具有30px填充
.content { padding: 30px; };
但 .profile-title 忽略右侧边距
为什么.profile-title在左侧被推了30px?