Aller au contenu principal

styles-ui


styles-ui.md

# Styles et UI

Tu as plusieurs options pour styliser ton app Next.js.

## CSS Modules

```css
/* styles/Home.module.css */
.title {
color: blue;
}