Markdown如何让整个表格位于页面中间?只需要在编辑器中加入如下代码,即可让整篇博客的表格居中。

<style>
table {
margin: auto;
}
</style>

相关文章: