css-exercises

Popup

In this exercise we have set up a simple pop-up dialog for you. It already works! Load up index.html and give it a shot!

You don’t need to worry about the actual functionality here; we’ve just written a little javascript that adds and removes a .show class to the popup and the backdrop. Your task then is to make it move, as in the desired-outcome image below.

Hints

Desired Outcome

outcome

Self Check