源代码编辑兼容 Bootstrap 5 的任何类,强烈建议使用 HTML 编辑器来编辑内容,不推荐内置的可视化编辑器。
引用言论
代码
<figure class="text-center blockquote-container">
<p>quote内容 </p>
<figcaption class="blockquote-footer">作者 </figcaption>
</figure>
效果
quote内容
基础页面(内容+信息项)
代码
<div class="container">
<div class="row">
<div class="col-8">内容</div>
<div class="col-4">
<table class="table">
<tbody>
<tr>
<td class="text-nowrap">信息项</td>
<td>信息值</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
效果
左侧内容栏目
信息项 | 信息值 |