I need to create a responsive page using bootstrap by positio
CSS:
html, body { height: 100%; } .container { height: 100%; display: flex; justify-content: center; align-items: center; }
HTML:
example
Example fiddle