If I want links in my html document to be centered, how do I write that in the css document?
Ex: In my html document, I have <p> <href...etc>
In my css document, how do I make <p> <href...etc.> centered?
I tried using p {... but this ends up moving all my paragraphs. I can't use the link: active { b/c it's inside a paragraph tag. Help!
:/
Ex: In my html document, I have <p> <href...etc>
In my css document, how do I make <p> <href...etc.> centered?
I tried using p {... but this ends up moving all my paragraphs. I can't use the link: active { b/c it's inside a paragraph tag. Help!
:/