私はウェブサイトで作業していて、この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/
The "About Me" circle (about halfway down the page) is the paragraph giving me trouble.