Page Title:
Meta Description:
Adapted version of the Cover Template that has been extracted from Bootstrap examples.
Page URL:
•••
Page CSS:
edit
bootstrap.css
ck-demo.css
ckeditor-premium.css
ckeditor.css
default.css
don-quixote.css
Permission to edit next time:
Wherever you want
In the built-in HTML editor only
In the built-in constructor only
Save
Cancel
Oops, I want to edit this page in a built-in
Constructor
or in a built-in
HTML editor
.
Page HTML:
<article class="d-flex h-100 text-center text-bg-dark"> <style hidden> .btn-light, .btn-light:hover, .btn-light:focus { color: #333; text-shadow: none; } body { text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5); box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5); } .cover-container { max-width: 42em; } .nav-masthead .nav-link { color: rgba(255, 255, 255, .5); border-bottom: .25rem solid transparent; } .nav-masthead .nav-link:hover, .nav-masthead .nav-link:focus { border-bottom-color: rgba(255, 255, 255, .25); } .nav-masthead .nav-link + .nav-link { margin-left: 1rem; } .nav-masthead .active { color: #fff; border-bottom-color: #fff; } </style> <section class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column"> <header class="mb-auto"> <div> <h3 class="float-md-start mb-0"> Cover </h3> <nav class="nav nav-masthead justify-content-center float-md-end"> <a class="nav-link fw-bold py-1 px-0 active" aria-current="page" href="./">Home</a> <a class="nav-link fw-bold py-1 px-0" href="toc">Table Of Contents</a> <a class="nav-link fw-bold py-1 px-0" href="credits">Credits</a> </nav> </div> </header> <section class="px-3"> <h1> Cover your page </h1> <p class="lead">Cover is a one-page template for building simple and beautiful home pages. Download, edit the text, and add your own fullscreen background photo to make it your own.</p> <p class="lead"> <a href="toc" class="btn btn-lg btn-light fw-bold border-white bg-white"> List more pages </a> </p> </section> <footer class="mt-auto text-white-50"> <p>Cover template for <a href="https://getbootstrap.com/" class="text-white" rel="nofollow noopener noreferrer" target="_blank">Bootstrap</a>, by <a href="https://twitter.com/mdo" class="text-white" rel="nofollow noopener noreferrer" target="_blank">@mdo</a>.</p> <div><small>* It is an adapted version of the Cover Template that has been extracted from Bootstrap examples.</small></div> </footer> </section> </article>
Save
Cancel