We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 168acb8 commit 0421d4eCopy full SHA for 0421d4e
1 file changed
more/content/yu.html
@@ -267,15 +267,17 @@
267
.text {
268
position: absolute;
269
color: #800f2f;
270
- font-size:36px;
+ font-size:32px;
271
font-family: 'Pacifico', cursive;
272
line-height:1.3;
273
text-align: center;
274
width:520px;
275
left:15px;
276
- z-index:10;
277
- top:40px;
+ z-index:100;
+ top:120px;
278
animation: fadeIn 1.5s ease forwards;
279
+ text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8);
280
+ font-weight: bold;
281
}
282
283
@keyframes fadeIn {
0 commit comments