Skip to content

Commit a99c37b

Browse files
committed
使土拨鼠起飞
1 parent 55c174b commit a99c37b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/layouts/BaseLayout.astro

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,5 +200,10 @@ const { description, keywords, title } = Astro.props;
200200

201201
.gopher {
202202
align-self: flex-end;
203+
transition: transform 10s;
204+
}
205+
206+
.gopher:hover {
207+
transform: rotate(36000deg);
203208
}
204209
</style>

0 commit comments

Comments
 (0)