CSS Issue
-
Normally, CSS issues are minor things, and the user can simply adjust as necessary to style everything as required.
Here, though, you begin your CSS file with a bald h1. You simply can’t do that because it’s too general and will cripple almost every site it’s used on! You need to make the h1 much more specific, ideally giving it a unique name like h1.quiz-tool
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘CSS Issue’ is closed to new replies.