Learn Intermediate CSS by Building a Cat Painting - Step 67

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

wait I’m just blind, the individual divs are just “whisker” problem solved!

1 Like