Files
svelte-carousel/src/docs/global.css
2021-01-25 21:50:46 +03:00

9 lines
184 B
CSS

html, body {
position: relative;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}