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 href="styles.css" rel="stylesheet">
</head>
<body></body>
</html>
/* file: styles.Ext.css */
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>fCC Cat Painting</title>
    <link href="styles.css" rel="stylesheet">
</head>
<body></body>
</html>

Your mobile information:

motorola one power - Android 10 - Android SDK 29

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

Link to the challenge:

Please Tell us what’s happening in your own words.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more you say, the more we can help!

1 Like

Welcome to ffc forum. You modified your code. Reset the challenge and add link element between the head opening and closing tags, and give it rel attribute with the value stylesheet and href attribute with the value ./styles.css
@bajwa-code

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