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>
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.