How can I center a box of unknown width in CSS?

后端 未结 7 764
被撕碎了的回忆
被撕碎了的回忆 2020-12-13 19:39

I have this html:

This is the caption &l
7条回答
  •  春和景丽
    2020-12-13 20:12

    A div tag didn't seem to work; however, a span tag shrinked to fit. Hopefully the code explains itself. I added a few alignments as well.

    
        
            TEST!
            
        
        
            
    This is the caption

提交回复
热议问题