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>
|
<!DOCTYPE html>
|
||||||
<html lang=de>
|
<html lang=de>
|
||||||
<head>
|
<head>
|
||||||
<meta charset=UTF-8>
|
<meta charset=utf-8>
|
||||||
|
<meta name=viewport content="width=device-width, initial-scale=1">
|
||||||
<title>
|
<title>
|
||||||
Album
|
Album
|
||||||
T
|
|
||||||
</title>
|
</title>
|
||||||
<link rel=stylesheet type=text/css
|
<link rel=stylesheet type=text/css
|
||||||
href=https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css>
|
href=https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css>
|
||||||
|
@ -63,10 +63,9 @@
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
<main>
|
<main>
|
||||||
<div class="container p-5">
|
<h1 class=fw-light>
|
||||||
<div class="row plg-5">
|
Album example
|
||||||
<div class="col col-md-8 col-lg-6 p-5">
|
</h1>
|
||||||
<h1 class=fw-light></h1>
|
|
||||||
<p class="lead text-body-secondary ">
|
<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
|
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.
|
too short so folks don’t simply skip over it entirely.
|
||||||
|
@ -75,13 +74,7 @@
|
||||||
<button class="btn btn-primary" type=button>
|
<button class="btn btn-primary" type=button>
|
||||||
Main call to action
|
Main call to action
|
||||||
</button>
|
</button>
|
||||||
<button class="btn btn-secondary" type=button>
|
|
||||||
Secondary action
|
|
||||||
</button>
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</main>
|
</main>
|
||||||
<footer class="text-body-secondary p-5 ">
|
<footer class="text-body-secondary p-5 ">
|
||||||
<div class=container>
|
<div class=container>
|
||||||
|
|
Loading…
Add table
Reference in a new issue