Submit Your Writing create

Share Your Voice With the World

Have a poem, short story, or personal essay you’re proud of? We’d
love to read it! Submit your writing below and take a bold step
toward becoming a published young author.

.pulse { color: green; font-weight: bold; animation: pulseGlow 0.6s ease-in-out; } @keyframes pulseGlow { 0% { box-shadow: 0 0 0px rgba(0, 255, 0, 0.6); transform: scale(1); } 50% { box-shadow: 0 0 12px rgba(0, 255, 0, 0.9); transform: scale(1.05); } 100% { box-shadow: 0 0 0px rgba(0, 255, 0, 0.6); transform: scale(1); } }