-
-
\ No newline at end of file
diff --git a/example/style.css b/example/style.css
deleted file mode 100644
index 4c4d95f..0000000
--- a/example/style.css
+++ /dev/null
@@ -1,7 +0,0 @@
-.grid-background {
- display: grid;
- height: 100vh; /* Ajustez la hauteur selon vos besoins */
- background-image: linear-gradient(to right, #ccc 1px, transparent 1px),
- linear-gradient(to bottom, #ccc 1px, transparent 1px);
- background-size: 20px 20px; /* Ajustez la taille des cases de la grille */
- }
\ No newline at end of file