加入亮灯的苹果。

This commit is contained in:
QiuChenly
2024-03-02 22:50:56 +08:00
parent 21a16ac579
commit 20aa574831

View File

@@ -98,14 +98,19 @@
justify-content: center; justify-content: center;
align-items: center; align-items: center;
padding: 20px 0 ; padding: 20px 0 ;
background-color: #000; background-color: #000;
border-radius: 10px; border-radius: 10px;
} }
.logo-s #apple {
animation: 6s ease 2s normal forwards infinite logo-fade;
}
</style> </style>
<div class="container"> <div class="container">
<div class="logo-s"> <div class="logo-s">
<svg width="200" height="200" xmlns="http://www.w3.org/2000/svg"> <svg id="apple" width="200" height="200" xmlns="http://www.w3.org/2000/svg">
<g> <g>
<title>Layer 1</title> <title>Layer 1</title>
<path <path

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB