Cuéntanos qué está pasando:
Describe tu problema en detalle aquí.
Tu código hasta el momento
/* file: styles.css */
.canvas {
width: 500px;
height: 600px;
background-color: #4d0f00;
}
<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Rothko Painting</title>
<link href="./styles.css" rel="stylesheet">
</head>
<body>
<!-- User Editable Region -->
<div class="canvas">
<div class="frame"></div>
</div>
<!-- User Editable Region -->
</body>
Información de tu navegador:
El agente de usuario es: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/116.0
Desafío: Aprende el Modelo de Cajas de CSS construyendo una pintura de Rothko - Paso 11
Enlaza al desafío: