Home › Forums › CSS › Horizontally centering an absolute element › Reply To: Horizontally centering an absolute element
March 6, 2015 at 8:58 am
#197454
Member
No problem…this is just my interpretation of what’s going on…I think I’m close but I’m happy to be corrected.
Basically (I think) margin:auto
works to center any block level element with a defined width even if that width is unstated because it’s inherently set by the default to 100%, in which case the centering is irrelevant.