I am getting text-align error, as i want text align from Left but it starts from center. i have tried to fix but unable to do that. please take a look & correct me.
css
.text {
width: 100%;
height: 10%;
text-align: left;
font-weight: bold;
}
html
<div class="text"> ....sentence starts form center..... </div>
If this doesn’t work you probably have some other css-code that is overriding this one. Check if other styles apply with higher priority or if this one is getting overridden.
Prove of concept: http://jsfiddle.net/jB7X3/