How can I center the subtitle "Aspiring Journalist" directly below my name? Below is the code I'm using.
.header-title:after{white-space: pre;content:"Aspiring Journalist"; color: black; font-size:.9rem; dispaly: inline; text-align: center !important; postion: center; position: absolute !important; display: block; }
url: charlieclewis.com
I have never coded before and am figuring it out by perusing this forum. I expected the text-align or position would fix it, but I guess not. Thank you!