craiyon logo

Two app-style icons, each with a cat emoji and a microphone emoji, labeled 'Trudi' and 'Pfötchen'.

Two app-style icons, each with a cat emoji and a microphone emoji, labeled 'Trudi' and 'Pfötchen'.

<!DOCTYPE html> <html> <body style="margin:0; width:1080px; height:1080px; background:#E8DCC4; display:flex; justify-content:center; align-items:center; font-family:Arial,sans-serif;"> <div style="display:grid; grid-template-columns:1fr 1fr; gap:30px; padding:40px;"> <!-- Trudi --> <div style="text-align:center;"> <div style="width:400px; height:400px; background:#fff; border-radius:20px; display:flex; flex-direction:column; justify-content:center; align-items:center; box-shadow:0 4px 12px rgba(0,0,0,0.1);"> <div style="font-size:120px;">🐱</div> <div style="font-size:80px; margin-top:-30px;">🎙️</div> </div> <div style="font-size:40px; font-weight:bold; margin-top:15px; color:#2D2D2D;">Trudi</div> </div> <!-- Pfötchen --> <div style="text-align:center;"> <div style="width:400px; height:400px; background:#fff; border-radius:20px; display:flex; flex-direction:column; justify-content:center; align-items:center; box-shadow:0 4px 12px rgba(0,0,0,0.1);"> <div style="font-size:120px;">😼</div> <div style="font-size:80px; margin-top:-30px;">🎙️</div> </div> <div style="font-size:40px; font-weight:bold; margin-top:15px; color:#2D2D2D;">Pfötchen</ See more