<h2> and <h4> is not visible on the main website | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

<h2> and <h4> is not visible on the main website

help <h2> and <h4> is not visible on the main website. As you can see the <h2> and <h4> in the css has a white text color however in the output, the text color of <h2> and <h4> is set to black. Why is it like this and how can I fix this? https://code.sololearn.com/WzCJV6cF5ees/?ref=app

10th Feb 2021, 4:29 PM
thatstupidcoder
thatstupidcoder - avatar
3 Answers
+ 4
I think it is because of incorrect class name at line 118. It should be contentarea and at line 126 and 135 there is an extra closing bracket.
10th Feb 2021, 4:41 PM
Padala Vamsi
Padala Vamsi - avatar
+ 2
hey it worked! the <h3> and <h4> tags are visible already. Thank you so much Padala Vamsi!
10th Feb 2021, 4:46 PM
thatstupidcoder
thatstupidcoder - avatar
+ 1
wait let me check it
10th Feb 2021, 4:42 PM
thatstupidcoder
thatstupidcoder - avatar