Learn CSS Transforms by Building a Penguin - Step 72

Tell us whatโ€™s happening:

Console keps saying:

You should give the new div a content of :purple_heart:, but found .

Your code so far

  <div class="shirt">
    <div content="๐Ÿ’œ"></div>
  </div>

Any idea on how to copy the pink heart over from example to the code?

1 Like

never mind!!! I got it, I should have used:

<div>๐Ÿ’œ</div> DUH 

Apologies

No need to apologize. We are all learning!

Happy coding! :slight_smile:

1 Like

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