Learn CSS Transforms by Building a Penguin - Step 63

<div class="penguin">
      <div class="penguin-head">
        <div class="face left"></div>
        <div class="face right"></div>
        <div class="chin"></div>
        <div class="eye left">
          <div class="eye-lid"></div>
        </div>
        <div class="eye right">
          <div class="blush left"></div>
          <div class="blush right"></div>
          <div class="eye-lid"></div>
        </div>

please help me check out
Hint: You should add two div elements within .penguin-head . Expected 7 div elements, found 5 .

hello again. Always post a link to the challenge when posting on the forum. It helps people to quickly check the requirements and compare them against your code.

can someone please help ?

Iā€™m currently stuck there too - sometimes the wording of the instructions could be clearer. I think we need to answer the question "where exactly is Below the .eye.right element ?

If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

2 Likes

my problem was solved by closing a tag that was written without the closing / -

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.