hide a DIV when the user clicks outside of it
Here is the Example of it. <div class=”jumbo”> <h1>this is sample div</h1> <p> plz click outside of this div.</p> </div> <style> .jumbo { position: fixed; background-color: #008cff; color: #fff; padding: 100px; margin: 0 auto;…