From 41f4589039e4ec71c39f0f22ff1b3ceb05562029 Mon Sep 17 00:00:00 2001 From: kevin tessier Date: Mon, 17 Dec 2018 12:26:20 +0100 Subject: [PATCH] correct --- illustrations/koala.php | 2 +- illustrations/sy_mettre.php | 1 + style/style.css | 16 +++++++++++++++- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/illustrations/koala.php b/illustrations/koala.php index 1180cd7..53befc3 100644 --- a/illustrations/koala.php +++ b/illustrations/koala.php @@ -448,7 +448,7 @@
-

+ Créér un groupe !
diff --git a/illustrations/sy_mettre.php b/illustrations/sy_mettre.php index c79d7d4..a264e89 100644 --- a/illustrations/sy_mettre.php +++ b/illustrations/sy_mettre.php @@ -6,6 +6,7 @@

N'hésitez pas à demander l'aide
du territoire !

et après ça ?
Rendez-vous sur la page saturation !
+ Mobiliser les familles
diff --git a/style/style.css b/style/style.css index 1c7c0ea..4bfb08d 100644 --- a/style/style.css +++ b/style/style.css @@ -522,6 +522,12 @@ section{ left: 340px; transform: rotate(70deg); } + +#koala .txt a{ + position: absolute; + top: 340px; + left: 150px; +} /* ////////chevalier//////// */ #chevalier{ top: 2410px; @@ -585,12 +591,20 @@ section{ margin-top: 55px; } -#sy_mettre a{ +#sy_mettre a:nth-of-type(1){ position: absolute; top: 10px; left: 200px; transform: rotate(-10deg); } + +#sy_mettre a:nth-of-type(2){ + position: absolute; + top: -90px; + left: 110px; + transform: rotate(10deg); +} + #sy_mettre #next{ left: 130px; top: 240px;