add fade-in transition to content

This commit is contained in:
lichenblankie 2026-06-05 04:29:39 +00:00
parent 158be950d2
commit 8f1d07a768

View file

@ -88,7 +88,8 @@
background: #f5f5f5;
color: #444;
}
.content { width: 100%; }
.content { width: 100%; animation: fadeIn 0.3s ease; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
h1 {
font-size: 32px;
font-weight: bold;