What is the easiest way to align a div whose position is relative horizontally and vertically using CSS ? The width and the height of the div
div
relative
Check this Demo jsFiddle
Set following two things
HTML align attribute value center
CSS margin-left and margin-right properties value set auto
CSS
HTML
This is some text!