mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
16 lines
219 B
HTML
16 lines
219 B
HTML
|
|
<ion-nav [initial]="initial"></ion-nav>
|
|
|
|
<style>
|
|
f {
|
|
display: block;
|
|
margin: 10px auto;
|
|
max-width: 200px;
|
|
height: 200px;
|
|
background: blue;
|
|
}
|
|
f:last-of-type {
|
|
background: red;
|
|
}
|
|
</style>
|