fonctionnalité like and dislike of a post

This commit is contained in:
Matis MAZINGUE
2024-06-13 11:54:28 +02:00
parent 8d1f0b9a6f
commit c8617388c7
5 changed files with 94 additions and 7 deletions

12
public/css/app.css Normal file
View File

@@ -0,0 +1,12 @@
.no-style {
background: none;
border: none;
padding: 0;
font: inherit;
color: inherit;
cursor: pointer;
}
.no-style:focus {
outline: none;
}