Tell us what’s happening:
My divs look accurate I’m not sure what is wrong.
(I did copy/paste “cat-whiskers-left” to save myself the trouble of typing)
Your code so far
<!-- file: index.html -->
<!-- User Editable Region -->
<div class="cat-whiskers-left">
<div class="cat-whiskers-left-top"></div>
<div class="cat-whiskers-left-middle"></div>
<div class="cat-whiskers-left-bottom"></div>
</div>
<!-- User Editable Region -->
/* file: styles.css */
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:134.0) Gecko/20100101 Firefox/134.0
Challenge Information:
Learn Intermediate CSS by Building a Cat Painting - Step 67