Venly Widget

Venly Venly Widget

You first need to connect your account:

Response Body

body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; margin: 20px; background-color: #f5f5f5; } h1, h2 { color: #6a0dad; text-align: center; display: flex; align-items: center; justify-content: center; } #noAuth, #needsAuth { background-color: #fff; box-shadow: 0 2px 4px rgba(0,0,0,0.1); padding: 5px; margin-bottom: 20px; border-radius: 5px; width: 90%; text-align: center; } button { padding: 10px 15px; margin: 5px; cursor: pointer; background-color: #6a0dad; color: #fff; border: none; border-radius: 3px; transition: background-color 0.3s ease; } button:hover { background-color: #531c8c; } textarea { width: 100%; resize: vertical; padding: 10px; box-sizing: border-box; border: 1px solid #ddd; border-radius: 5px; background-color: #fff; margin-top: 10px; } h1 img { width: 40px; height: 40px; margin-right: 10px; border-radius: 50%; }