zappyzep/presetup-configurator/src/index.css
2021-01-18 22:44:54 +02:00

14 lines
151 B
CSS

*,
*::before,
*::after {
box-sizing: border-box;
}
html {
font-family: Arial, sans-serif;
}
body {
background-color: #f8f8f8;
color: #222;
}