Modifs Paul Catégories

This commit is contained in:
Your Name 2022-01-19 15:44:24 +01:00
parent e8a924144a
commit e067433e48
15 changed files with 12618 additions and 34 deletions

View file

@ -1,7 +1,8 @@
<div class="card" style="width: 18rem;">
<img class="card-img-top" src="..." alt="Card image cap">
<div class="card-body">
<h5 class="card-title">{{ categoryData.libelle }}</h5>
<a href="#" class="btn btn-primary">Go somewhere</a>
<div class="container shadow p-0 mb-5 bg-body rounded rounded m-5 rounded-top " style="width: 18rem;" >
<img class="card-img-top " src="assets/ImagesCategory/{{ categoryData.libelle }}.png" alt="Card image cap">
<div class="card-body rounded-bottom">
<a href="#" class="btn">{{ categoryData.libelle }}</a>
</div>
</div>

View file

@ -0,0 +1,15 @@
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
.card-body{
background-color: #CE0000;
}
.btn{
display: block;
color: #fff;
width: 100%;
font-size: 1.5em;
font-weight: bold;
}