31 lines
885 B
HTML
31 lines
885 B
HTML
<!doctype html>
|
||
<html lang="de">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>Styleguide – Cards Public Page</title>
|
||
<link rel="stylesheet" href="../styleguide.css">
|
||
</head>
|
||
<body class="sg-page-cards-public-page">
|
||
|
||
<h1 class="sg-main-heading">Components – Cards Public Page</h1>
|
||
|
||
<main aria-label="Cards Public Page">
|
||
|
||
<section id="component-content-wrapper-card">
|
||
<p class="sg-preview-label">Component: Content Wrapper Card</p>
|
||
|
||
<div class="sg-preview-area">
|
||
<div class="sg-transparent-card" data-component="transparent-card">
|
||
<p class="sg-body">
|
||
Content Wrapper Card als Transparent Card ohne horizontale Außenabstände und mit vertikalem Abstand gemäss spacing-large.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
</main>
|
||
|
||
</body>
|
||
</html>
|