我想将我的 tumblr 博客标题居中,我的主题有点奇怪,所以他们只是将所有内容都推到了右边,但是当你缩小它时,它只是停留在左边,所以我将所有内容都居中,但我的标题仍然稍微向左。
我的博客是http://lifes-good-but-homework-sucks.tumblr.com/(可以查看来源)
但我认为这是我需要编辑的部分
div#header{
z-index:555;
float:center;
background-color:transparent;
width: 920px;
height: auto;
margin-top: 30px;
margin-left: 0px;
padding: 30px;
float:center;
text-align: center;}