bootstrap-content
Installation
SKILL.md
Bootstrap 5.3 Content
Bootstrap provides typography, image, table, and other content styles built on top of Reboot, a normalized baseline.
Reboot
Bootstrap Reboot normalizes default browser styles for consistent cross-browser rendering. It provides a foundation for the typography and content styles that follow.
Code Elements
<!-- Inline code -->
<p>Use <code><section></code> for page sections.</p>
<!-- Code blocks (use pre for preformatted text) -->
<pre><code><p>Sample text here...</p>
<p>And another line.</p></code></pre>