@yourwishes/carousel
Version:
A modern, flexible and performant carousel for the time concious developer.
27 lines (22 loc) • 453 B
CSS
@import url('https://fonts.googleapis.com/css2?family=Literata&family=Niramit:wght@200&display=swap');
* { box-sizing: border-box; }
body,html {
margin: 0;
padding: 0;
font-size: 16px;
font-family: 'Niramit', sans-serif;
}
h1,h2 {
font-family: 'Literata', serif;
}
img {
width: 100%;
display: block;
height: auto;
}
.c-main {
padding: 0 3rem 3rem;
max-width: 1200px;
margin: auto;
display: block;
}