Hi,
I have made a little web page that contains an article
about getting website traffic. For some reason the text is getting
pushed over to the right hand side.
This is my css for that text
And this is what the page looks like:
website traffic
I don't see why the text is going out of alignment by so much.
It should be a only 20px shift.
Hopefully someone can see what I have done wrong.
I have made a little web page that contains an article
about getting website traffic. For some reason the text is getting
pushed over to the right hand side.
This is my css for that text
Code:
.text {
width: 900px;
margin: 20px auto;
text-align: left;
font-size: 16px;
color : blue;
}
website traffic
I don't see why the text is going out of alignment by so much.
It should be a only 20px shift.
Hopefully someone can see what I have done wrong.
Comment