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 */
Your mobile information:
coral - Android 9 - Android SDK 28
Challenge: Learn Intermediate CSS by Building a Cat Painting - Step 3
Link to the challenge:
1 Like
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!
Teller
3
Welcome to the forum @lajoyce
Back in your HTML, create a main
element. Inside that main
element, add a div
element with the class cat-head
.
For this step you need to create a main
element, then nest a div
element inside it.
Happy coding
system
Closed
4
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.