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 143 B
body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}
body * {
  box-sizing: border-box;
}

/*# sourceMappingURL=style.css.map */