要使HTML元素水平居中,您需要指定父元素的宽度。与垂直放置HTML元素居中类似,您需要指定父元素的高度。再次要使元素水平和垂直居中,您需要指定父元素的高度和宽度。
现在,指定高度和宽度可能很棘手,您可以通过不同的方式来实现。
示例1:通过为父元素专门指定高度和宽度。
Center Element
Search
Card Title
This is some random text.
输出:
示例2:使用Bootstrap类(指定子级的宽度)
Center Element
Search
Card Title
This is some random text.
输出:
示例3:使用Bootstrap类(使用Bootstrap Flexbox类)
Center Element
Search
Card Title
This is some random text.
输出: