I\'m trying to call up a click element to open up a modal box, and i\'m unsure what I\'m doing wrong.
I\'ve done basic debugging, but I\'m still relatively new to this,
You have a click handler on your but it doesn't give the user any way to click it
Add this css snippet and you should be able to click the element
#teal { height: 50px; width: 50px; background-color: blue; }