Learn Intermediate CSS by Building a Cat Painting - Step 3

Tell us what’s happening:
Describe your issue in detail 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:

M2101K6G - Android 13 - Android SDK 33

Challenge: Learn Intermediate CSS by Building a Cat Painting - Step 3

Link to the challenge:

Welcome to the forum @notzoliarauz53

Your code passes.
Reset the step and try again. If that doesn’t work, refresh the page, disable dark mode, disable ad blockers. Or, use another browser.
If the above steps do not work, you may need to restart the phone.

Happy coding

do not add html in the css file, delete all the html from the css file

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.