This is a basic template that does some minimal resets and gives a basic website a system native appearance.
* {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
html {
box-sizing:border-box;
overflow-y:scroll;
}
body {
line-height:1;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
ol, ul {
list-style:none;
}
h1, h2, h3, h4, h5 {
font-weight:normal;
}
img {
max-width:100%;
}