Skip to content

Commit 38353dc

Browse files
committed
feat: built header
1 parent 5c8c1d6 commit 38353dc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/App.css

+14
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,17 @@
33
margin: 0;
44
box-sizing: border-box;
55
}
6+
7+
@media (prefers-reduced-motion: no-preference) {
8+
a:nth-of-type(2) .logo {
9+
animation: logo-spin infinite 20s linear;
10+
}
11+
}
12+
13+
.card {
14+
padding: 2em;
15+
}
16+
17+
.read-the-docs {
18+
color: #888;
19+
}

0 commit comments

Comments
 (0)