From c7d0c5c73f2061bdcc56e3ab4030f72ea8bc21ff Mon Sep 17 00:00:00 2001 From: abdoul aziz diallo <abdoul-aziz.diallo@etu.unistra.fr> Date: Mon, 27 Feb 2023 23:37:38 +0100 Subject: [PATCH] Move the id home to the first div child of section --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index eb639b1..0761229 100644 --- a/index.html +++ b/index.html @@ -30,8 +30,8 @@ </nav> </header> <main> - <section id="home"> - <div> + <section> + <div id="home"> <div class="home__img"> <ul> <li> -- GitLab