Skip to content

Commit 0421d4e

Browse files
committed
Update yu.html
1 parent 168acb8 commit 0421d4e

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

more/content/yu.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,15 +267,17 @@
267267
.text {
268268
position: absolute;
269269
color: #800f2f;
270-
font-size:36px;
270+
font-size:32px;
271271
font-family: 'Pacifico', cursive;
272272
line-height:1.3;
273273
text-align: center;
274274
width:520px;
275275
left:15px;
276-
z-index:10;
277-
top:40px;
276+
z-index:100;
277+
top:120px;
278278
animation: fadeIn 1.5s ease forwards;
279+
text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8);
280+
font-weight: bold;
279281
}
280282

281283
@keyframes fadeIn {

0 commit comments

Comments
 (0)