Update examples

This commit is contained in:
Marcus Kammer 2023-07-20 17:21:50 +02:00
parent 162d0f54c6
commit c84dcd06b9
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -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,25 +63,18 @@
</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 dont simply skip over it entirely.
too short so folks dont simply skip over it entirely. </p>
</p> <p>
<p> <button class="btn btn-primary" type=button>
<button class="btn btn-primary" type=button> Main call to action
Main call to action </button>
</button> </p>
<button class="btn btn-secondary" type=button>
Secondary action
</button>
</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>