Update examples
This commit is contained in:
parent
162d0f54c6
commit
c84dcd06b9
1 changed files with 15 additions and 22 deletions
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang=de>
|
||||
<head>
|
||||
<meta charset=UTF-8>
|
||||
<meta charset=utf-8>
|
||||
<meta name=viewport content="width=device-width, initial-scale=1">
|
||||
<title>
|
||||
Album
|
||||
T
|
||||
Album
|
||||
</title>
|
||||
<link rel=stylesheet type=text/css
|
||||
href=https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css>
|
||||
|
@ -63,25 +63,18 @@
|
|||
</nav>
|
||||
</header>
|
||||
<main>
|
||||
<div class="container p-5">
|
||||
<div class="row plg-5">
|
||||
<div class="col col-md-8 col-lg-6 p-5">
|
||||
<h1 class=fw-light></h1>
|
||||
<p class="lead text-body-secondary ">
|
||||
Something short and leading about the collection below—its contents, the creator, etc. Make it short and sweet, but not
|
||||
too short so folks don’t simply skip over it entirely.
|
||||
</p>
|
||||
<p>
|
||||
<button class="btn btn-primary" type=button>
|
||||
Main call to action
|
||||
</button>
|
||||
<button class="btn btn-secondary" type=button>
|
||||
Secondary action
|
||||
</button>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h1 class=fw-light>
|
||||
Album example
|
||||
</h1>
|
||||
<p class="lead text-body-secondary ">
|
||||
Something short and leading about the collection below—its contents, the creator, etc. Make it short and sweet, but not
|
||||
too short so folks don’t simply skip over it entirely.
|
||||
</p>
|
||||
<p>
|
||||
<button class="btn btn-primary" type=button>
|
||||
Main call to action
|
||||
</button>
|
||||
</p>
|
||||
</main>
|
||||
<footer class="text-body-secondary p-5 ">
|
||||
<div class=container>
|
||||
|
|
Loading…
Add table
Reference in a new issue