From 6452fa45a4d7b65ef598d720cead7bcabb383484 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Serre?= Date: Fri, 26 Dec 2025 08:33:04 +0000 Subject: [PATCH] Supprimer style.css --- style.css | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 style.css diff --git a/style.css b/style.css deleted file mode 100644 index f7ffd19..0000000 --- a/style.css +++ /dev/null @@ -1,28 +0,0 @@ -body { - font-family: sans-serif; - margin: 40px auto; - max-width: 900px; - line-height: 1.6; -} -header { margin-bottom: 30px; } -.item { - border: 1px solid #ccc; - padding: 15px; - margin-bottom: 20px; - border-radius: 6px; -} -.item img { - max-width: 200px; - display: block; - margin-bottom: 10px; -} -.owner { - font-size: 0.9em; - color: #555; -} -form input, form textarea, form select { - width: 100%; - padding: 8px; - margin-bottom: 10px; -} -