Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
style.css 179 B
Newer Older
peter_rabbit's avatar
peter_rabbit committed
body {
peter_rabbit's avatar
peter_rabbit committed
  font-family: Arial, Helvetica, sans-serif;
peter_rabbit's avatar
peter_rabbit committed
  margin: 0;
peter_rabbit's avatar
peter_rabbit committed
}
peter_rabbit's avatar
peter_rabbit committed
body * {
peter_rabbit's avatar
peter_rabbit committed
  box-sizing: border-box;
}

peter_rabbit's avatar
peter_rabbit committed
main {
  background-color: #eee;
}

peter_rabbit's avatar
peter_rabbit committed
/*# sourceMappingURL=style.css.map */