+ asp-route-id="@titre.IdTitre">
@titre.ArtisteNom - @titre.Libelle
-
+
Durée : @TimeSpan.FromSeconds(titre.Duree).ToString(@"mm\:ss")
diff --git a/Webzine.WebApplication/wwwroot/css/app.css b/Webzine.WebApplication/wwwroot/css/app.css
index 60027f0..3ca026d 100644
--- a/Webzine.WebApplication/wwwroot/css/app.css
+++ b/Webzine.WebApplication/wwwroot/css/app.css
@@ -1,33 +1,3 @@
a {
text-decoration: none !important;
-}
-
-.titre-h1 {
- padding: 15px 0;
- border-bottom: 1px solid #ddd;
-}
-
-.titre-item {
- padding: 8px 0;
-}
-
-.titre-item img {
- width: 70px;
- height: 70px;
- object-fit: cover;
-}
-
-.titre-link {
- font-size: 1.1rem;
- color: #0d6efd;
- text-decoration: none;
-}
-
-.titre-link:hover {
- text-decoration: underline;
-}
-
-.titre-duree {
- font-size: 0.9rem;
- color: #666;
}
\ No newline at end of file