From 01bfa58f27ad142a3c4e33fa3c9fb43b71e81573 Mon Sep 17 00:00:00 2001 From: vgaNAR6ta Date: Wed, 4 Mar 2026 02:19:09 +0100 Subject: [PATCH] =?UTF-8?q?edit:=20cr=C3=A9ation=20d'une=20structure=20res?= =?UTF-8?q?ponsive=20qui=20servira=20de=20base=20pour=20la=20suite=20(stru?= =?UTF-8?q?cture=20html=20&=20composants=20vue=20,=20class=20css=20commune?= =?UTF-8?q?s,=20typo,=20gamme=20color=C3=A9e)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 6 +- src/assets/style.css | 156 ++++++++++++++++++++++++++++++ src/components/ExtraContent.vue | 162 ++++++++++++++++++++++++++++++++ src/components/MainContent.vue | 55 ++++++++++- src/main.js | 6 +- 5 files changed, 378 insertions(+), 7 deletions(-) create mode 100644 src/components/ExtraContent.vue diff --git a/src/App.vue b/src/App.vue index 7d558aa..697b4fe 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,9 +2,8 @@ + + diff --git a/src/components/MainContent.vue b/src/components/MainContent.vue index b4152e0..5ddf46c 100644 --- a/src/components/MainContent.vue +++ b/src/components/MainContent.vue @@ -2,12 +2,63 @@