ng-page-slider
Version:
Mimicks the functionality of UIPageViewController in pure HTML for mobile web apps with Angular 2.
28 lines (24 loc) • 296 B
CSS
* {
margin: 0;
padding: 0;
border: 0;
box-sizing: border-box;
}
body, html {
width: 100%;
height: 100%;
}
.header {
width: 100%;
height: 100px;
line-height: 100px;
text-align: center;
}
h1 {
color: black;
font-family: sans-serif;
}
kb-page-slider {
width: 100%;
height: 450px;
}