https://codepen.io/popmotion/pen/BdoOya
I have put these modals in my code.
I want different content on each modal but I cant figure out how to do it.
Whatever I input into the <div class="modal"> element shows up in all modals.
Even after I tried to have multiple <div class="modal"> elements, it still takes the input from the first one and applies it to all the modals..
I'm quite a beginner, any help would be great