header and footer(待續)

This commit is contained in:
2026-05-26 12:33:48 +08:00
parent ee5a54ea2c
commit 6cb46fe772
8 changed files with 278 additions and 23 deletions

View File

@@ -20,14 +20,31 @@
</style>
</head>
<body>
<header class="page-header bg-light py-3">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h1 class="mt-3">Page Header</h1>
<p class="mb-0">This header is editable in the editor.</p>
</div>
</div>
</div>
</header>
<!-- Page Content -->
<div class="container">
<main class="container py-5">
<div class="row">
<div class="col-lg-12 text-center">
<h1 class="mt-5">Bootstrap 5 start page</h1>
<h2>Bootstrap 5 start page</h2>
<p class="lead">Start by dragging components to page or double click to edit text</p>
</div>
</div>
</div>
</main>
<footer class="page-footer bg-light py-3">
<div class="container text-center">
<small>Editable footer content</small>
</div>
</footer>
</body>
</html>