<tutorialjinni.com/>

Vertically Center Align Text in Div CSS3

Posted Under: HTML5 on Dec 24, 2016
Vertically Center Align Text in Div CSS3
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 ...

Set Div height to 100 Percent of Body height

Posted Under: HTML5 on Dec 23, 2016
Set Div height to 100 Percent of Body height
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....

Center a DIV on Page Vertically and Horizontally

Posted Under: HTML5 on Dec 21, 2016
Center a DIV on Page Vertically and Horizontally
To center a div horizontally margin: 0 auto; is enough but for an absolutely centered div both vertically and horizontally requires few more things...

Horizontally Center a Div within a Div

Posted Under: HTML5 on Dec 20, 2016
Horizontally Center a Div within a Div
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 Flash Fallback Example

Posted Under: HTML5 on Feb 20, 2013
Videojs Flash Fallback Example
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