36516-vm/templates/template-5.html
Flatlogic Bot f1907e5e93 4.0
2025-12-02 00:10:21 +00:00

31 lines
1.2 KiB
HTML

<style>
.dark-theme-container {
background-color: #121212;
color: #ffffff;
padding: 2rem;
border-radius: 0.25rem;
}
.btn-primary {
background-color: #bb86fc;
border-color: #bb86fc;
}
.btn-primary:hover {
background-color: #a76bfa;
border-color: #a76bfa;
}
</style>
<a id="back-to-templates-btn" href="editor_13d84da0257b8680.php" class="btn btn-secondary mb-3">Back to Templates</a>
<div class="dark-theme-container">
<div class="row align-items-center">
<div class="col-md-6 order-md-2">
<img id="previewImage" src="assets/images/Marketing.png" class="img-fluid rounded shadow-sm" alt="Ebook Cover">
</div>
<div class="col-md-6 order-md-1">
<h1 id="previewTitle" class="display-5 fw-bold mt-4 mt-md-0">Bold & Blue Title (Dark Theme)</h1>
<p id="previewDescription" class="lead fs-4">A vibrant and bold description for the blue-themed template.</p>
<div id="previewCtaContainer">
<button id="previewCta" class="btn btn-primary btn-lg mt-3">Get It Now!</button>
</div>
</div>
</div>
</div>