2018-11-05 19:24:55 +08:00
---
layout: examples
title: Cover Template
2019-01-09 00:33:28 +08:00
extra_css:
- "cover.css"
2019-07-22 22:02:03 +08:00
html_class: "h-100"
2022-05-21 01:21:48 +08:00
body_class: "d-flex h-100 text-center text-bg-dark"
2018-11-05 19:24:55 +08:00
---
< div class = "cover-container d-flex w-100 h-100 p-3 mx-auto flex-column" >
2019-07-22 22:02:03 +08:00
< header class = "mb-auto" >
< div >
2020-06-09 21:44:20 +08:00
< h3 class = "float-md-start mb-0" > Cover< / h3 >
< nav class = "nav nav-masthead justify-content-center float-md-end" >
2022-02-24 02:31:18 +08:00
< 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 = "#" > Features< / a >
< a class = "nav-link fw-bold py-1 px-0" href = "#" > Contact< / a >
2018-11-05 19:24:55 +08:00
< / nav >
2013-12-08 15:23:41 +08:00
< / div >
2018-11-05 19:24:55 +08:00
< / header >
2020-03-09 21:37:46 +08:00
< main class = "px-3" >
2019-07-22 22:02:03 +08:00
< h1 > Cover your page.< / h1 >
2018-11-05 19:24:55 +08:00
< 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" >
2022-09-12 10:10:27 +08:00
< a href = "#" class = "btn btn-lg btn-light fw-bold border-white bg-white" > Learn more< / a >
2018-11-05 19:24:55 +08:00
< / p >
< / main >
2019-07-22 22:02:03 +08:00
< footer class = "mt-auto text-white-50" >
2025-04-03 13:47:45 +08:00
< p > Cover template for < a href = "https://getbootstrap.com/" class = "text-white" > Bootstrap< / a > , by < a href = "https://x.com/mdo" class = "text-white" > @mdo< / a > .< / p >
2018-11-05 19:24:55 +08:00
< / footer >
< / div >