This tutorial shows how to vertically center or middle align a text in container using pure CSS3. There are many ways but this tutorial explain only two methods that are cross browser ...
This tutorial is about setting the Div height to 100% of the body or the window of the browser. There are two different pure CSS approaches shown here....
To center a div horizontally
margin: 0 auto;
is enough but for an absolutely centered div both vertically and horizontally requires few more things...
To center a div horizontally in a div you need just one property of CSS i.e.
margin
. To center it you need to give width to the outer or parent div and for inner or child div to need to set margin....
VideoJS is a HTML5 Video Player, recently i started using it in a project i choose it for is supper easy installation which is easy by just adding one video.js file and video-js.css a css file, both are hosted on free CDN. While working on the project i find out that it does not fall back on it own