Commit 126a02e1 authored by Chunchi Che's avatar Chunchi Che

optimize chain style

parent 5c792ba1
Pipeline #21775 passed with stages
in 13 minutes and 28 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