body { animation: colorChange 10s infinite; } @keyframes colorChange { 0% { background-color: #ffb6b9; /* Pastel pink */ } 25% { background-color: #ffc3a0; /* Pastel orange */ } 50% { background-color: #ffd8b5; /* Pastel peach */ } 75% { background-color: #c7ceea; /* Pastel lavender */ } 100% { background-color: #d3f8e2; /* Pastel mint */ } }
Empty content
It appears that you have a totally empty page. Please visit our editor and add some content to your page.

no-posts

Looks like you have an empty Portfolio. Please note that only
published projects are visible in the project panel.