Modifs n°2 paul card + page resto + rooter

This commit is contained in:
Your Name 2022-01-20 12:01:59 +01:00
parent e067433e48
commit 31865dc4da
25 changed files with 137 additions and 4 deletions

View file

@ -1,8 +1,10 @@
<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>
<a routerLink="../restaurants" class="btn">{{ categoryData.libelle }}</a>
</div>
</div>
</div>

View file

@ -12,4 +12,5 @@
width: 100%;
font-size: 1.5em;
font-weight: bold;
}
}