<!DOCTYPE html> <html> <head> <style> .table { border-collapse: collapse; width: 100%; } .table td, .table th { border: 1px solid #dddddd; text-align: left; padding: 8px; } .table tr:nth-child(even) { background-color: #f2f2f2; } .table th { background-color: #4CAF50; color: white; } .product-name { text-decoration: none; } .product-info { margin-bottom: 20px; } </style> </head> <body> <h1><a class="product-name" href="#">Belmio Espresso Decaffeinato 10 Capsules pour Nespresso®</a></h1> <div class="product-info"> <p>Cet Espresso Decaffeinato de Belmio est une option de café décaféiné pour les machines Nespresso. Chaque pack contient 10 capsules.</p> <h2>Ingrédients:</h2> <p>Café</p> <h2>Informations Nutritionnelles:</h2> <table class="table"> <tr> <th>Par Portion</th> <th>Quantité</th> </tr> <tr> <td>Calories</td> <td>0</td> </tr> <tr> <td>Protéines</td> <td>0g</td> </tr> <tr> <td>Graisses</td> <td>0g</td> </tr> <tr> <td>Glucides</td> <td>0g</td> </tr> </table> <h2>Allergies:</h2> <p>Ce produit peut contenir des traces de noix.</p> </div> </body> </html>
Capalus.fr