display: flex;
justify-content: center;
align-items: center;
height: 100vh;
background-color: 282c34;
}
h1
color: 61dafb;
animation: blink 1s infinite;
}
@keyframes blink
0%, 100% opacity: 1; }
50% opacity: 0; }
}
欢迎来到我的项目!
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
background-color: 282c34;
}
h1
color: 61dafb;
animation: blink 1s infinite;
}
@keyframes blink
0%, 100% opacity: 1; }
50% opacity: 0; }
}