I don’t understand what’s happening here:
Your code so far
/* file: index.Ext.html */
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>fCC Cat Painting</title>
<link rel="stylesheet" href="./styles.css">
</head>
<body></body>
</html>
/* file: styles.Ext.css */
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>fCC Cat Painting</title>
<link rel="stylesheet" href="./styles.css">
</head>
<body></body>
</html>
Your mobile information:
TECNO LE6 - Android 11 - Android SDK 30
Challenge: Learn Intermediate CSS by Building a Cat Painting - Step 3
Link to the challenge:
Hello @bada_lincoln !
It appears the html has been entered into the css files.
This is not correct.
This step asks us to enter the link for the css files within the html head.
You have done that correctly. Well done on that!
Remove everything from the css file for now.
Nothing needs to be done within the css files at this point.
Keep up the good progress! 
Hello sir, there’s nothing in my css file yet
Hello @bada_lincoln !
It appears in this posted code that it has the html.index files code.
Did you put this in by mistake when you posted the code?
Perhaps there was a misunderstanding in the instructions. We all have those at times. (Me just as often as others, or maybe more so, I misunderstand.)
CSS files should be completely blank at this point. No text or code within it. Just white showing.
If it is removed, I believe your code will pass for you @bada_lincoln .
Keep up the good progress! 
1 Like
Hello @bada_lincoln just add another point …
to link your stylesheet
Yes, my css is blank now and I don’t know why I wasn’t passed
1 Like
Have done that,Same thing sir
system
Closed
9
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.