Make Pop Up Affect of Card Using JavaScripts | HTML And CSS | Coding With Roannie Source Code:   <! DOCTYPE   html > < html   lang = "en" > < head >      < meta   charset = "UTF-8" >      < meta   http-equiv = "X-UA-Compatible"   content = "IE=edge" >      < meta   name = "viewport"   content = "width=device-width, initial-scale=1.0" >      < title > Document </ title > </ head > < style >      body {           margin :  0 ;           padding :  0 ;           background-color :  #1750eb ;           display :  flex ;          justify-content :  c...