This commit is contained in:
Simon CATANESE 2023-01-06 20:38:58 +01:00
parent bff2f903ec
commit 989d2b5aae
2 changed files with 8 additions and 1 deletions

View File

@ -44,3 +44,7 @@
text-align: center; text-align: center;
color: white; color: white;
} }
form{
text-align: center;
margin-top:1%;
}

View File

@ -28,7 +28,10 @@
<p class="dragndrop-title">Glissez ou déposez votre image ici</p> <p class="dragndrop-title">Glissez ou déposez votre image ici</p>
<img src="img/upload.png" alt=""> <img src="img/upload.png" alt="">
</div> </div>
<p class="warning">Attention, votre image doit respecter nos <a href="#">conditions d'utilisation</a> !</p> <form action="">
Titre :<input type="text">
</form>
<p class="warning">Attention, votre image et votre titre doit respecter nos <a href="#">conditions d'utilisation</a> !</p>
</article> </article>
</main> </main>
<div class=pubD> <div class=pubD>