I need to vertically center content within HTML container that has next properties:
height: auto;
min-height: 50%;
I tried different alignment techniques without success. For example:
- table: http://jsfiddle.net/7g461sne/
- ghost element: http://jsfiddle.net/7g461sne/1/
Could you advice how to vertically center content in a such container? I'm interested in pure HTML/CSS solution.