36516-vm/templates/template-4.html
Flatlogic Bot 222297c570 5.0
2025-12-02 20:54:24 +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">
<img id="previewImage" src="assets/images/Default-Load-Your-Cover-Here.png" class="img-fluid rounded shadow-sm" alt="Ebook Cover">
</div>
<div class="col-md-6">
<h1 id="previewTitle" class="display-5 fw-bold mt-4 mt-md-0">Minimalist Modern Title (Dark Theme)</h1>
<p id="previewDescription" class="lead fs-4">A compelling description for the minimalist modern template.</p>
<div id="previewCtaContainer">
<button id="previewCta" class="btn btn-primary btn-lg mt-3">Download Now</button>
</div>
</div>
</div>
</div>