Creating a modal window with HTML5 & CSS3

This doesn't need to be a problem, because HTML5 & CSS3 allow us to create modal windows with ease. Demo What we are going to do is use CSS3’s transition, opacity, pointer-event, and background gradient properties to create a very beautiful and functional modal box. The HTML The first step to…