Hi everyone, I was working on the tribute page project and I wonder why my h1 tag can not be apply simultaneously as I change the style of h1 tag in CSS.
@josh98 Can you share your project link.
https://codepen.io/josh98/pen/NWqaQOR
Tell me if it’s not accessible!
@josh98 Hey i checked your link and i recommend you to make a few changes as follows>
1 Remove the javascript code its not required.
2 Remove the .font-size in your css idk what is it doing .
3 Now give both of your h1 tags the same class and put that class name in your css and remove the h1 from css it should work.

