I need a bit of CSS help
I hate CSS. I just don't understand it at all.
I had a button on my website that said "read more" with a .png background. It wasn't formatted properly and just looked like junk.
I spent hours yesterday trying to figure our the bit of code that makes it do what it does.
Anyway, I have somehow managed to delete the image background but the text is still stuck to the left and I want it central.
I have tried adding text-align: center in a bunch of places but nothing seems to make it move.
When I view source, the bit of code says class="readmore"> and on another page <a class="readmore"
Can someone give me a bit of custom CSS code that will sort out his mess?
Basically I just want the text centered. Maybe increase the size with a nice font so it stands out.
Someone save me from this madness!
|