Many Thanks!Someybody can help me .
<div class="container>
<div class="marker exampleClass1">
</div>
<div class="marker exampleClass2">
</div>
<div class="marker exampleClass3">
</div>
</div>
hwapipi
Many Thanks!Someybody can help me .
<div class="container>
<div class="marker exampleClass1">
</div>
<div class="marker exampleClass2">
</div>
<div class="marker exampleClass3">
</div>
</div>
hwapipi
Please post the challenge link so we know what challenge you are working on.
But my guess as to why you are not passing would be that you are not supposed to use exampleClass in your code.
You also have some small syntax errors
Tell us what’s happening:
Describe your issue in detail here.
**Your code so far**
/* file: index.html */
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Colored Markers</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<h1>CSS Color Markers</h1>
<div class="container>
<div class="markerClass1">
</div>
<div class="markerClass2">
</div>
<div class="markerClass3">
</div>
</div>
</body>
</html>
/* file: styles.css */
h1 {
text-align: center;
}
.marker {
width: 200px;
height: 25px;
background-color: red;
margin: 10px auto;
}
**Your browser information:**
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.63 Safari/537.36 Edg/102.0.1245.33
Challenge: Step 16
Link to the challenge:
I would reset the lesson.
Here are the directions again
First, add the class
one
to the first marker div
element.
Only make changes to the first div here on lines 12
Do not change any other code
Hope that helps!
I also can’t pass.I think I am rest now better,see tomorrow again.
P.S. Most of this is a repeat of what @jwilkins.oboe said. I didn’t read her post carefully enough before I made this post. My bad.
Dear Mr. B. :
Many Thanks!I had passed.
hwapipi
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.