Reputation: 11
Im a bit of a n00b -- but usually figure out a solution.
http://www.thisisclou.com/about
The last line in the first paragraph will not align with the whole text group ??
my CSS:
element.style {
letter-spacing: 1.4px;
margin-left: auto;
margin-right: auto;
padding: 55%;
text-align: center;
text-decoration: none;
}
directly on the paragraph ??
Any help would be nice. :) thanks Sylvana
Upvotes: -1
Views: 160
Reputation: 302
I believe your issue is that you have an <a>
tag inside a <p>
tag.
Upvotes: 0