I need to create a responsive page using bootstrap by positio
HTML:
text TEXT
CSS:
#parent { text-align: center; } #child { margin: 0 auto; display: inline-block; background: red; color: white; }