Hello everyone,
I gave this <p> element an id of welcomestatement. This is its CSS:
Everything is good, but the text appears to be much closer to the left. The words wrap to the next line, and it doesn't look that good!Code:#welcomestatement{ display:block; background-color:#FF9; text-align:left; padding:20px; margin:auto; width:400px; position:relative; top:10px; text-shadow:1px 1px 1px #000; /*for IE*/ filter:alpha(opacity=50); /*standard CSS3*/ opacity:0.5; }
Check it out, uploaded at: Atlanta Review Group™
Is there a way to clean this up a little bit?



Reply With Quote


Bookmarks