我在一个网站上工作,我有这个 CSS:
#aboutMe
{
position:relative;
left:20px;
top:20px;
behavior: url(/PIE.htc);
-webkit-border-radius: 400px;
-moz-border-radius: 400px;
border-radius: 400px;
background:#48c7ff;
width:400px;
height:400px;
font-family:'Ciclef';
color:#e9e9e9;
padding:35px;
line-height:25px;
}
#aboutMe p
{
text-align:justify;
font-size:16px;
}
但是,文本没有对齐,它是左对齐的。我怎样才能解决这个问题?
这是网站:http: //ibdesigns.net23.net/
“关于我”圈子(大约在页面的中间)是给我带来麻烦的段落。