I’m very much frustrated doing this exercise I do not see what I have wrong. It says I’m missing the following:
There should be one div element. It should contain some text and be aligned in the center.
The div element should have a background-color of red and a text color of white .
The div element should have a font-weight of bold and a font-size of 32px .
The p element should have its color set to white .
Hey! Welcome to the FFC forum. You need to put all your CSS properties within the styles opening and closing tags, when you working in a combined HTML and CSS file.
Your link element have a typo type= text/css , remove it. And also move your p selector and it’s properties to CSS file . And remove style tags from your html code. @zhengkangle122
so i got the same issue with the div element but I’ve solved it. You need to go into the styles.css and make something like this (remove the class “abc”):