This character needs eyes. Create two div
elements in the black-mask
element. Give them the classes eyes left
and eyes right
, in that order. Not sure what needs to be done here.
When I did this it gives error. Please guide.
This character needs eyes. Create two div
elements in the black-mask
element. Give them the classes eyes left
and eyes right
, in that order. Not sure what needs to be done here.
When I did this it gives error. Please guide.
Hey, its asking you to create two <div></div>
elements, each one with its one class .left-eye
or .right-eye
. Example:
<p class="left-paragraph"></p>
<p class="right-paragraph"></p>