Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!DOCTYPE html> <title>Example</title> <style> div { width: 15em; font-size: 1em; text-align: start; animation: myAnimation 5s ease 1s infinite alternate forwards; } @keyframes myAnimation { 33% { text-align: end; } 66% { text-align: justify; } 100% { text-align: center; } } </style> <div> <p>Completely synergize resource taxing relationships via premier niche markets. Professionally cultivate one-to-one customer service with robust ideas. </p> <p>Dynamically innovate resource-leveling customer service for state of the art customer service.</p> <p>Efficiently unleash cross-media information without cross-media value. Quickly maximize timely deliverables for real-time schemas.</p> <p>Dramatically maintain clicks-and-mortar solutions without functional solutions.</p> </div>