How to remove stroke from text?

Hey guys, so I am in the beginning of my tribute page for the web design section of the curriculum. For some reason a stroke has appeared in my

text in the biography section. I cant figure out a way to remove it… Can someone tell me what I’ve done wrong? Thanks in advanced!
~
~

(Ups, my bad for the first answer.)

You forgot to close the <h1>

<h1 class="bio">Biography<h1>

Should be

<h1 class="bio">Biography</h1>

1 Like

I still want the stroke around the h1 text its just for the paragraph under the h1.
I’ve tried -webkit-text-stroke: none; in the p.bio class and the stroke is still there :frowning:

I was not sure if you meant the p text, or the “Biography” text. Try now. (I edited the prev solution). @BJC

1 Like

Ahhhhh of course I did :rofl: I really gotta start checking my code closer. Anyways thanks so much!!

There is a :gear: icon with the option for automatic html spell-check. By the way, nice site.