mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
84 lines
1.9 KiB
HTML
84 lines
1.9 KiB
HTML
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Footers</title>
|
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
|
|
<link href="../../dist/css/ionic.css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
|
|
<header class="bar bar-header bar-dark">
|
|
<h1 class="title">Footer</h1>
|
|
</header>
|
|
|
|
<main class="content padding has-header has-footer">
|
|
<p>Footer should always stay at the bottom of the screen, and on top of the main content.</p>
|
|
<p>Content element must have "has-footer" as a classname.</p>
|
|
<p>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
Content<br>
|
|
</p>
|
|
<p><a class="button button-secondary" href="./">All CSS Tests</a></p>
|
|
</main>
|
|
|
|
<footer class="bar bar-footer bar-positive">
|
|
<h3 class="title">Footer</h3>
|
|
</footer>
|
|
|
|
</body>
|
|
</html>
|