Tell us what’s happening:
Describe your issue in detail here.
**Your code so far**
\ file: <!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="marker one">
</div>
<div class="marker">
</div>
<div class="marker">
</div>
</div>
</body>
</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="marker one">
</div>
<div class="marker">
</div>
<div class="marker">
</div>
</div>
</body>
</html>
\ file: h1 {
text-align: center;
}
.marker {
width: 200px;
height: 25px;
margin: 10px auto;
}
.marker class one
h1 {
text-align: center;
}
.marker {
width: 200px;
height: 25px;
margin: 10px auto;
}
.marker class one
**Your browser information:**
User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14526.69.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.82 Safari/537.36
Challenge: Step 18
Link to the challenge: