News
Literary Translation: A Cynosure of Hopeful Translators, Yet Too Hard to Master
@keyframes fadeIn_lit {
from { opacity: 0; transform: translateY(15px); }
to { opacity: 1; transform: translateY(0); }
}
@keyframes flow_art_lit {
0% { stroke-dashoffset: 300; }
100% { stroke-dashoffset: 0; }
}
.challenge-category-lit:hover {
background-color: #e1d4e9;
transform: scale(1.03);
}