migration home page vers list category

This commit is contained in:
Your Name 2022-02-18 10:05:28 +01:00
parent 1b51cb5787
commit 9b6c646c14
12 changed files with 81 additions and 42 deletions

View file

@ -1 +1,8 @@
<p>favoris-user works!</p>
<h2 class="titre ">Mes favoris :</h2>
<div class="separation"></div>
<div class="parent d-flex justify-content-center align-items-center">
<div class="card">
<h3>Mon top</h3>
</div>
</div>

View file

@ -0,0 +1,27 @@
.parent{
width: auto;
margin: 3em 10em 0 10em ;
}
.separation{
display: flex;
justify-content: flex-start;
border-bottom: 2px solid #CE0000;
max-width: 83%;
}
.titre{
display: flex;
justify-content: flex-start;
margin: 2.5em 0 0.5em 8.2em;
color: #CE0000;
}
.card{
width: 800px;
margin: 0;
padding: 0;
background-color: #CE0000;
}