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 @@ ...@@ -13,16 +13,17 @@
left: var(--x); left: var(--x);
bottom: var(--y); bottom: var(--y);
border-radius: 50%; border-radius: 50%;
background-color: #ffff00; border: 2px solid #ffff00;
animation: flade 1s ease var(--ease) alternate infinite; animation: flade 1s ease var(--ease) alternate infinite;
} }
.font { .font {
position: absolute; position: absolute;
margin: 25% 30%; margin: 25% 30%;
font-size: 50px; font-size: 40px;
font-style: initial; font-style: initial;
color: black; color: #00BFFF;
-webkit-text-stroke: 2px #333;
} }
@keyframes flade { @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