migration home page vers list category
This commit is contained in:
parent
1b51cb5787
commit
9b6c646c14
12 changed files with 81 additions and 42 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue