Commit 4fde4e62 authored by Chunchi Che's avatar Chunchi Che

Merge branch 'optimize/chain' into 'main'

optimize chain style

See merge request !204
parents bcfa471d 126a02e1
Pipeline #21776 passed with stages
in 12 minutes and 13 seconds
......@@ -13,16 +13,17 @@
left: var(--x);
bottom: var(--y);
border-radius: 50%;
background-color: #ffff00;
border: 2px solid #ffff00;
animation: flade 1s ease var(--ease) alternate infinite;
}
.font {
position: absolute;
margin: 25% 30%;
font-size: 50px;
font-size: 40px;
font-style: initial;
color: black;
color: #00BFFF;
-webkit-text-stroke: 2px #333;
}
@keyframes flade {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment