简单响应式专题页布局
<h3>简单响应式专题页布局</h3>
<p>代码来源 <code>https://getbootstrap.com/docs/5.3/examples/carousel/</code>
<img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=8a2078733e4d6f82d8b96208236b9020&amp;file=file.png" alt="" /></p>
<pre><code>&lt;!doctype html&gt;
&lt;html lang=&quot;en&quot; data-bs-theme=&quot;light&quot;&gt;
&lt;head&gt;
&lt;script src=&quot;https://getbootstrap.com/docs/5.3/assets/js/color-modes.js&quot;&gt;&lt;/script&gt;
&lt;meta charset=&quot;utf-8&quot;&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1&quot;&gt;
&lt;meta name=&quot;description&quot; content=&quot;&quot;&gt;
&lt;meta name=&quot;author&quot; content=&quot;Mark Otto, Jacob Thornton, and Bootstrap contributors&quot;&gt;
&lt;meta name=&quot;generator&quot; content=&quot;Hugo 0.122.0&quot;&gt;
&lt;title&gt;Carousel Template · Bootstrap v5.3&lt;/title&gt;
&lt;link href=&quot;https://getbootstrap.com/docs/5.3/dist/css/bootstrap.min.css&quot; rel=&quot;stylesheet&quot;
integrity=&quot;sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH&quot; crossorigin=&quot;anonymous&quot;&gt;
&lt;meta name=&quot;theme-color&quot; content=&quot;#712cf9&quot;&gt;
&lt;style&gt;
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
.b-example-divider {
width: 100%;
height: 3rem;
background-color: rgba(0, 0, 0, .1);
border: solid rgba(0, 0, 0, .15);
border-width: 1px 0;
box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}
.b-example-vr {
flex-shrink: 0;
width: 1.5rem;
height: 100vh;
}
.bi {
vertical-align: -.125em;
fill: currentColor;
}
.nav-scroller {
position: relative;
z-index: 2;
height: 2.75rem;
overflow-y: hidden;
}
.nav-scroller .nav {
display: flex;
flex-wrap: nowrap;
padding-bottom: 1rem;
margin-top: -1px;
overflow-x: auto;
text-align: center;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}
.btn-bd-primary {
--bd-violet-bg: #712cf9;
--bd-violet-rgb: 112.520718, 44.062154, 249.437846;
--bs-btn-font-weight: 600;
--bs-btn-color: var(--bs-white);
--bs-btn-bg: var(--bd-violet-bg);
--bs-btn-border-color: var(--bd-violet-bg);
--bs-btn-hover-color: var(--bs-white);
--bs-btn-hover-bg: #6528e0;
--bs-btn-hover-border-color: #6528e0;
--bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
--bs-btn-active-color: var(--bs-btn-hover-color);
--bs-btn-active-bg: #5a23c8;
--bs-btn-active-border-color: #5a23c8;
}
.bd-mode-toggle {
z-index: 1500;
}
.bd-mode-toggle .dropdown-menu .active .bi {
display: block !important;
}
&lt;/style&gt;
&lt;!-- Custom styles for this template --&gt;
&lt;link href=&quot;https://getbootstrap.com/docs/5.3/examples/carousel/carousel.css&quot; rel=&quot;stylesheet&quot;&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; class=&quot;d-none&quot;&gt;
&lt;symbol id=&quot;check2&quot; viewBox=&quot;0 0 16 16&quot;&gt;
&lt;path
d=&quot;M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z&quot;&gt;
&lt;/path&gt;
&lt;/symbol&gt;
&lt;symbol id=&quot;circle-half&quot; viewBox=&quot;0 0 16 16&quot;&gt;
&lt;path d=&quot;M8 15A7 7 0 1 0 8 1v14zm0 1A8 8 0 1 1 8 0a8 8 0 0 1 0 16z&quot;&gt;&lt;/path&gt;
&lt;/symbol&gt;
&lt;symbol id=&quot;moon-stars-fill&quot; viewBox=&quot;0 0 16 16&quot;&gt;
&lt;path
d=&quot;M6 .278a.768.768 0 0 1 .08.858 7.208 7.208 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277.527 0 1.04-.055 1.533-.16a.787.787 0 0 1 .81.316.733.733 0 0 1-.031.893A8.349 8.349 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.752.752 0 0 1 6 .278z&quot;&gt;
&lt;/path&gt;
&lt;path
d=&quot;M10.794 3.148a.217.217 0 0 1 .412 0l.387 1.162c.173.518.579.924 1.097 1.097l1.162.387a.217.217 0 0 1 0 .412l-1.162.387a1.734 1.734 0 0 0-1.097 1.097l-.387 1.162a.217.217 0 0 1-.412 0l-.387-1.162A1.734 1.734 0 0 0 9.31 6.593l-1.162-.387a.217.217 0 0 1 0-.412l1.162-.387a1.734 1.734 0 0 0 1.097-1.097l.387-1.162zM13.863.099a.145.145 0 0 1 .274 0l.258.774c.115.346.386.617.732.732l.774.258a.145.145 0 0 1 0 .274l-.774.258a1.156 1.156 0 0 0-.732.732l-.258.774a.145.145 0 0 1-.274 0l-.258-.774a1.156 1.156 0 0 0-.732-.732l-.774-.258a.145.145 0 0 1 0-.274l.774-.258c.346-.115.617-.386.732-.732L13.863.1z&quot;&gt;
&lt;/path&gt;
&lt;/symbol&gt;
&lt;symbol id=&quot;sun-fill&quot; viewBox=&quot;0 0 16 16&quot;&gt;
&lt;path
d=&quot;M8 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM8 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 0zm0 13a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 13zm8-5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5zM3 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2A.5.5 0 0 1 3 8zm10.657-5.657a.5.5 0 0 1 0 .707l-1.414 1.415a.5.5 0 1 1-.707-.708l1.414-1.414a.5.5 0 0 1 .707 0zm-9.193 9.193a.5.5 0 0 1 0 .707L3.05 13.657a.5.5 0 0 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zm9.193 2.121a.5.5 0 0 1-.707 0l-1.414-1.414a.5.5 0 0 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .707zM4.464 4.465a.5.5 0 0 1-.707 0L2.343 3.05a.5.5 0 1 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .708z&quot;&gt;
&lt;/path&gt;
&lt;/symbol&gt;
&lt;/svg&gt;
&lt;div class=&quot;dropdown position-fixed bottom-0 end-0 mb-3 me-3 bd-mode-toggle&quot;&gt;
&lt;button class=&quot;btn btn-bd-primary py-2 dropdown-toggle d-flex align-items-center&quot; id=&quot;bd-theme&quot; type=&quot;button&quot;
aria-expanded=&quot;false&quot; data-bs-toggle=&quot;dropdown&quot; aria-label=&quot;Toggle theme (light)&quot;&gt;
&lt;svg class=&quot;bi my-1 theme-icon-active&quot; width=&quot;1em&quot; height=&quot;1em&quot;&gt;
&lt;use href=&quot;#sun-fill&quot;&gt;&lt;/use&gt;
&lt;/svg&gt;
&lt;span class=&quot;visually-hidden&quot; id=&quot;bd-theme-text&quot;&gt;Toggle theme&lt;/span&gt;
&lt;/button&gt;
&lt;ul class=&quot;dropdown-menu dropdown-menu-end shadow&quot; aria-labelledby=&quot;bd-theme-text&quot; style=&quot;&quot;&gt;
&lt;li&gt;
&lt;button type=&quot;button&quot; class=&quot;dropdown-item d-flex align-items-center active&quot; data-bs-theme-value=&quot;light&quot;
aria-pressed=&quot;true&quot;&gt;
&lt;svg class=&quot;bi me-2 opacity-50&quot; width=&quot;1em&quot; height=&quot;1em&quot;&gt;
&lt;use href=&quot;#sun-fill&quot;&gt;&lt;/use&gt;
&lt;/svg&gt;
Light
&lt;svg class=&quot;bi ms-auto d-none&quot; width=&quot;1em&quot; height=&quot;1em&quot;&gt;
&lt;use href=&quot;#check2&quot;&gt;&lt;/use&gt;
&lt;/svg&gt;
&lt;/button&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;button type=&quot;button&quot; class=&quot;dropdown-item d-flex align-items-center&quot; data-bs-theme-value=&quot;dark&quot;
aria-pressed=&quot;false&quot;&gt;
&lt;svg class=&quot;bi me-2 opacity-50&quot; width=&quot;1em&quot; height=&quot;1em&quot;&gt;
&lt;use href=&quot;#moon-stars-fill&quot;&gt;&lt;/use&gt;
&lt;/svg&gt;
Dark
&lt;svg class=&quot;bi ms-auto d-none&quot; width=&quot;1em&quot; height=&quot;1em&quot;&gt;
&lt;use href=&quot;#check2&quot;&gt;&lt;/use&gt;
&lt;/svg&gt;
&lt;/button&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;button type=&quot;button&quot; class=&quot;dropdown-item d-flex align-items-center&quot; data-bs-theme-value=&quot;auto&quot;
aria-pressed=&quot;false&quot;&gt;
&lt;svg class=&quot;bi me-2 opacity-50&quot; width=&quot;1em&quot; height=&quot;1em&quot;&gt;
&lt;use href=&quot;#circle-half&quot;&gt;&lt;/use&gt;
&lt;/svg&gt;
Auto
&lt;svg class=&quot;bi ms-auto d-none&quot; width=&quot;1em&quot; height=&quot;1em&quot;&gt;
&lt;use href=&quot;#check2&quot;&gt;&lt;/use&gt;
&lt;/svg&gt;
&lt;/button&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;header data-bs-theme=&quot;dark&quot;&gt;
&lt;nav class=&quot;navbar navbar-expand-md navbar-dark fixed-top bg-dark&quot;&gt;
&lt;div class=&quot;container-fluid&quot;&gt;
&lt;a class=&quot;navbar-brand&quot; href=&quot;#&quot;&gt;Carousel&lt;/a&gt;
&lt;button class=&quot;navbar-toggler collapsed&quot; type=&quot;button&quot; data-bs-toggle=&quot;collapse&quot;
data-bs-target=&quot;#navbarCollapse&quot; aria-controls=&quot;navbarCollapse&quot; aria-expanded=&quot;false&quot;
aria-label=&quot;Toggle navigation&quot;&gt;
&lt;span class=&quot;navbar-toggler-icon&quot;&gt;&lt;/span&gt;
&lt;/button&gt;
&lt;div class=&quot;navbar-collapse collapse&quot; id=&quot;navbarCollapse&quot; style=&quot;&quot;&gt;
&lt;ul class=&quot;navbar-nav me-auto mb-2 mb-md-0&quot;&gt;
&lt;li class=&quot;nav-item&quot;&gt;
&lt;a class=&quot;nav-link active&quot; aria-current=&quot;page&quot; href=&quot;#&quot;&gt;Home&lt;/a&gt;
&lt;/li&gt;
&lt;li class=&quot;nav-item&quot;&gt;
&lt;a class=&quot;nav-link&quot; href=&quot;#&quot;&gt;Link&lt;/a&gt;
&lt;/li&gt;
&lt;li class=&quot;nav-item&quot;&gt;
&lt;a class=&quot;nav-link disabled&quot; aria-disabled=&quot;true&quot;&gt;Disabled&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;form class=&quot;d-flex&quot; role=&quot;search&quot;&gt;
&lt;input class=&quot;form-control me-2&quot; type=&quot;search&quot; placeholder=&quot;Search&quot; aria-label=&quot;Search&quot;&gt;
&lt;button class=&quot;btn btn-outline-success&quot; type=&quot;submit&quot;&gt;Search&lt;/button&gt;
&lt;/form&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/nav&gt;
&lt;/header&gt;
&lt;main&gt;
&lt;div id=&quot;myCarousel&quot; class=&quot;carousel slide mb-6 pointer-event&quot; data-bs-ride=&quot;carousel&quot;&gt;
&lt;div class=&quot;carousel-indicators&quot;&gt;
&lt;button type=&quot;button&quot; data-bs-target=&quot;#myCarousel&quot; data-bs-slide-to=&quot;0&quot; class=&quot;&quot;
aria-label=&quot;Slide 1&quot;&gt;&lt;/button&gt;
&lt;button type=&quot;button&quot; data-bs-target=&quot;#myCarousel&quot; data-bs-slide-to=&quot;1&quot; aria-label=&quot;Slide 2&quot;
class=&quot;&quot;&gt;&lt;/button&gt;
&lt;button type=&quot;button&quot; data-bs-target=&quot;#myCarousel&quot; data-bs-slide-to=&quot;2&quot; aria-label=&quot;Slide 3&quot;
class=&quot;active&quot; aria-current=&quot;true&quot;&gt;&lt;/button&gt;
&lt;/div&gt;
&lt;div class=&quot;carousel-inner&quot;&gt;
&lt;div class=&quot;carousel-item&quot;&gt;
&lt;svg class=&quot;bd-placeholder-img&quot; width=&quot;100%&quot; height=&quot;100%&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;
aria-hidden=&quot;true&quot; preserveAspectRatio=&quot;xMidYMid slice&quot; focusable=&quot;false&quot;&gt;
&lt;rect width=&quot;100%&quot; height=&quot;100%&quot; fill=&quot;var(--bs-secondary-color)&quot;&gt;&lt;/rect&gt;
&lt;/svg&gt;
&lt;div class=&quot;container&quot;&gt;
&lt;div class=&quot;carousel-caption text-start&quot;&gt;
&lt;h1&gt;Example headline.&lt;/h1&gt;
&lt;p class=&quot;opacity-75&quot;&gt;Some representative placeholder content for the first slide of the
carousel.&lt;/p&gt;
&lt;p&gt;&lt;a class=&quot;btn btn-lg btn-primary&quot; href=&quot;#&quot;&gt;Sign up today&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;carousel-item&quot;&gt;
&lt;svg class=&quot;bd-placeholder-img&quot; width=&quot;100%&quot; height=&quot;100%&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;
aria-hidden=&quot;true&quot; preserveAspectRatio=&quot;xMidYMid slice&quot; focusable=&quot;false&quot;&gt;
&lt;rect width=&quot;100%&quot; height=&quot;100%&quot; fill=&quot;var(--bs-secondary-color)&quot;&gt;&lt;/rect&gt;
&lt;/svg&gt;
&lt;div class=&quot;container&quot;&gt;
&lt;div class=&quot;carousel-caption&quot;&gt;
&lt;h1&gt;Another example headline.&lt;/h1&gt;
&lt;p&gt;Some representative placeholder content for the second slide of the carousel.&lt;/p&gt;
&lt;p&gt;&lt;a class=&quot;btn btn-lg btn-primary&quot; href=&quot;#&quot;&gt;Learn more&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;carousel-item active&quot;&gt;
&lt;svg class=&quot;bd-placeholder-img&quot; width=&quot;100%&quot; height=&quot;100%&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;
aria-hidden=&quot;true&quot; preserveAspectRatio=&quot;xMidYMid slice&quot; focusable=&quot;false&quot;&gt;
&lt;rect width=&quot;100%&quot; height=&quot;100%&quot; fill=&quot;var(--bs-secondary-color)&quot;&gt;&lt;/rect&gt;
&lt;/svg&gt;
&lt;div class=&quot;container&quot;&gt;
&lt;div class=&quot;carousel-caption text-end&quot;&gt;
&lt;h1&gt;One more for good measure.&lt;/h1&gt;
&lt;p&gt;Some representative placeholder content for the third slide of this carousel.&lt;/p&gt;
&lt;p&gt;&lt;a class=&quot;btn btn-lg btn-primary&quot; href=&quot;#&quot;&gt;Browse gallery&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;button class=&quot;carousel-control-prev&quot; type=&quot;button&quot; data-bs-target=&quot;#myCarousel&quot; data-bs-slide=&quot;prev&quot;&gt;
&lt;span class=&quot;carousel-control-prev-icon&quot; aria-hidden=&quot;true&quot;&gt;&lt;/span&gt;
&lt;span class=&quot;visually-hidden&quot;&gt;Previous&lt;/span&gt;
&lt;/button&gt;
&lt;button class=&quot;carousel-control-next&quot; type=&quot;button&quot; data-bs-target=&quot;#myCarousel&quot; data-bs-slide=&quot;next&quot;&gt;
&lt;span class=&quot;carousel-control-next-icon&quot; aria-hidden=&quot;true&quot;&gt;&lt;/span&gt;
&lt;span class=&quot;visually-hidden&quot;&gt;Next&lt;/span&gt;
&lt;/button&gt;
&lt;/div&gt;
&lt;!-- Marketing messaging and featurettes
================================================== --&gt;
&lt;!-- Wrap the rest of the page in another container to center all the content. --&gt;
&lt;div class=&quot;container marketing&quot;&gt;
&lt;!-- Three columns of text below the carousel --&gt;
&lt;div class=&quot;row&quot;&gt;
&lt;div class=&quot;col-lg-4&quot;&gt;
&lt;svg class=&quot;bd-placeholder-img rounded-circle&quot; width=&quot;140&quot; height=&quot;140&quot;
xmlns=&quot;http://www.w3.org/2000/svg&quot; role=&quot;img&quot; aria-label=&quot;Placeholder&quot;
preserveAspectRatio=&quot;xMidYMid slice&quot; focusable=&quot;false&quot;&gt;
&lt;title&gt;Placeholder&lt;/title&gt;
&lt;rect width=&quot;100%&quot; height=&quot;100%&quot; fill=&quot;var(--bs-secondary-color)&quot;&gt;&lt;/rect&gt;
&lt;/svg&gt;
&lt;h2 class=&quot;fw-normal&quot;&gt;Heading&lt;/h2&gt;
&lt;p&gt;Some representative placeholder content for the three columns of text below the carousel. This is
the first column.&lt;/p&gt;
&lt;p&gt;&lt;a class=&quot;btn btn-secondary&quot; href=&quot;#&quot;&gt;View details »&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;!-- /.col-lg-4 --&gt;
&lt;div class=&quot;col-lg-4&quot;&gt;
&lt;svg class=&quot;bd-placeholder-img rounded-circle&quot; width=&quot;140&quot; height=&quot;140&quot;
xmlns=&quot;http://www.w3.org/2000/svg&quot; role=&quot;img&quot; aria-label=&quot;Placeholder&quot;
preserveAspectRatio=&quot;xMidYMid slice&quot; focusable=&quot;false&quot;&gt;
&lt;title&gt;Placeholder&lt;/title&gt;
&lt;rect width=&quot;100%&quot; height=&quot;100%&quot; fill=&quot;var(--bs-secondary-color)&quot;&gt;&lt;/rect&gt;
&lt;/svg&gt;
&lt;h2 class=&quot;fw-normal&quot;&gt;Heading&lt;/h2&gt;
&lt;p&gt;Another exciting bit of representative placeholder content. This time, we&#039;ve moved on to the
second column.&lt;/p&gt;
&lt;p&gt;&lt;a class=&quot;btn btn-secondary&quot; href=&quot;#&quot;&gt;View details »&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;!-- /.col-lg-4 --&gt;
&lt;div class=&quot;col-lg-4&quot;&gt;
&lt;svg class=&quot;bd-placeholder-img rounded-circle&quot; width=&quot;140&quot; height=&quot;140&quot;
xmlns=&quot;http://www.w3.org/2000/svg&quot; role=&quot;img&quot; aria-label=&quot;Placeholder&quot;
preserveAspectRatio=&quot;xMidYMid slice&quot; focusable=&quot;false&quot;&gt;
&lt;title&gt;Placeholder&lt;/title&gt;
&lt;rect width=&quot;100%&quot; height=&quot;100%&quot; fill=&quot;var(--bs-secondary-color)&quot;&gt;&lt;/rect&gt;
&lt;/svg&gt;
&lt;h2 class=&quot;fw-normal&quot;&gt;Heading&lt;/h2&gt;
&lt;p&gt;And lastly this, the third column of representative placeholder content.&lt;/p&gt;
&lt;p&gt;&lt;a class=&quot;btn btn-secondary&quot; href=&quot;#&quot;&gt;View details »&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;!-- /.col-lg-4 --&gt;
&lt;/div&gt;&lt;!-- /.row --&gt;
&lt;!-- START THE FEATURETTES --&gt;
&lt;hr class=&quot;featurette-divider&quot;&gt;
&lt;div class=&quot;row featurette&quot;&gt;
&lt;div class=&quot;col-md-7&quot;&gt;
&lt;h2 class=&quot;featurette-heading fw-normal lh-1&quot;&gt;First featurette heading. &lt;span
class=&quot;text-body-secondary&quot;&gt;It’ll blow your mind.&lt;/span&gt;&lt;/h2&gt;
&lt;p class=&quot;lead&quot;&gt;Some great placeholder content for the first featurette here. Imagine some exciting
prose here.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;col-md-5&quot;&gt;
&lt;svg class=&quot;bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto&quot; width=&quot;500&quot;
height=&quot;500&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; role=&quot;img&quot; aria-label=&quot;Placeholder: 500x500&quot;
preserveAspectRatio=&quot;xMidYMid slice&quot; focusable=&quot;false&quot;&gt;
&lt;title&gt;Placeholder&lt;/title&gt;
&lt;rect width=&quot;100%&quot; height=&quot;100%&quot; fill=&quot;var(--bs-secondary-bg)&quot;&gt;&lt;/rect&gt;&lt;text x=&quot;50%&quot; y=&quot;50%&quot;
fill=&quot;var(--bs-secondary-color)&quot; dy=&quot;.3em&quot;&gt;500x500&lt;/text&gt;
&lt;/svg&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;hr class=&quot;featurette-divider&quot;&gt;
&lt;div class=&quot;row featurette&quot;&gt;
&lt;div class=&quot;col-md-7 order-md-2&quot;&gt;
&lt;h2 class=&quot;featurette-heading fw-normal lh-1&quot;&gt;Oh yeah, it’s that good. &lt;span
class=&quot;text-body-secondary&quot;&gt;See for yourself.&lt;/span&gt;&lt;/h2&gt;
&lt;p class=&quot;lead&quot;&gt;Another featurette? Of course. More placeholder content here to give you an idea of
how this layout would work with some actual real-world content in place.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;col-md-5 order-md-1&quot;&gt;
&lt;svg class=&quot;bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto&quot; width=&quot;500&quot;
height=&quot;500&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; role=&quot;img&quot; aria-label=&quot;Placeholder: 500x500&quot;
preserveAspectRatio=&quot;xMidYMid slice&quot; focusable=&quot;false&quot;&gt;
&lt;title&gt;Placeholder&lt;/title&gt;
&lt;rect width=&quot;100%&quot; height=&quot;100%&quot; fill=&quot;var(--bs-secondary-bg)&quot;&gt;&lt;/rect&gt;&lt;text x=&quot;50%&quot; y=&quot;50%&quot;
fill=&quot;var(--bs-secondary-color)&quot; dy=&quot;.3em&quot;&gt;500x500&lt;/text&gt;
&lt;/svg&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;hr class=&quot;featurette-divider&quot;&gt;
&lt;div class=&quot;row featurette&quot;&gt;
&lt;div class=&quot;col-md-7&quot;&gt;
&lt;h2 class=&quot;featurette-heading fw-normal lh-1&quot;&gt;And lastly, this one. &lt;span
class=&quot;text-body-secondary&quot;&gt;Checkmate.&lt;/span&gt;&lt;/h2&gt;
&lt;p class=&quot;lead&quot;&gt;And yes, this is the last block of representative placeholder content. Again, not
really intended to be actually read, simply here to give you a better view of what this would
look like with some actual content. Your content.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;col-md-5&quot;&gt;
&lt;svg class=&quot;bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto&quot; width=&quot;500&quot;
height=&quot;500&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; role=&quot;img&quot; aria-label=&quot;Placeholder: 500x500&quot;
preserveAspectRatio=&quot;xMidYMid slice&quot; focusable=&quot;false&quot;&gt;
&lt;title&gt;Placeholder&lt;/title&gt;
&lt;rect width=&quot;100%&quot; height=&quot;100%&quot; fill=&quot;var(--bs-secondary-bg)&quot;&gt;&lt;/rect&gt;&lt;text x=&quot;50%&quot; y=&quot;50%&quot;
fill=&quot;var(--bs-secondary-color)&quot; dy=&quot;.3em&quot;&gt;500x500&lt;/text&gt;
&lt;/svg&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;hr class=&quot;featurette-divider&quot;&gt;
&lt;!-- /END THE FEATURETTES --&gt;
&lt;/div&gt;&lt;!-- /.container --&gt;
&lt;!-- FOOTER --&gt;
&lt;footer class=&quot;container&quot;&gt;
&lt;p class=&quot;float-end&quot;&gt;&lt;a href=&quot;#&quot;&gt;Back to top&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;© 2017–2024 Company, Inc. · &lt;a href=&quot;#&quot;&gt;Privacy&lt;/a&gt; · &lt;a href=&quot;#&quot;&gt;Terms&lt;/a&gt;&lt;/p&gt;
&lt;/footer&gt;
&lt;/main&gt;
&lt;script src=&quot;https://getbootstrap.com/docs/5.3/dist/js/bootstrap.bundle.min.js&quot;
integrity=&quot;sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz&quot;
crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;</code></pre>