Meteen naar de content
you might like
/* Wishlist-sectie styling */ .wishlist-container { background-color: #f9f9f9; padding: 20px; border-radius: 8px; } .wishlist-title { font-size: 24px; color: #333; margin-bottom: 10px; } .wishlist-item { border: 1px solid #ddd; padding: 15px; margin-bottom: 10px; border-radius: 4px; } .wishlist-item img { max-width: 100px; height: auto; margin-right: 10px; }