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

main {
    //
}