<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>GummyDraws Channel Element</title> <style> /* Implements a pastel, whimsical background matching the theme */ body { margin: 0; padding: 0; display: flex; justify-content: center; align-items: center; min-height: 100vh; background-color: #ffd1dc; /* Soft bubblegum pink */ font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif; } /* Container card for the avatar and title */ .profile-card { background: #ffffff; padding: 25px; border-radius: 32px; box-shadow: 0 16px 32px rgba(235, 87, 119, 0.2); text-align: center; max-width: 380px; width: 100%; border: 4px solid #ff9ebb; } /* Displays your avatar image cleanly */ .avatar-display { width: 100%; border-radius: 24px; border: 4px solid #f65275; /* Vibrant pinkish-red to pop against the hoodie */ box-shadow: inset 0 4px 8px rgba(0,0,0,0.1); } /* LilyGumdrop-inspired Title Styling */ .gummydraws-title { margin-top: 20px; margin-bottom: 5px; font-size: 2.8rem; font-weight: 900; display: inline-block; letter-spacing: 1px; /* Bubblegum base color and text styling */ color: #ff527b; /* Generates a bold, bubbly 3D white and pink pop outline */ text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, 0px 6px 0px #ff9ebb, 0px 12px 10px rgba(255, 158, 187, 0.4); animation: float 3s ease-in-out infinite; } /* Optional subtext tag for added channel clarity */ Ver mais