Skip to content

Commit 57b9742

Browse files
committed
css实现太极图
1 parent b6e6a2e commit 57b9742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CSS案例/43-div实现一个太极图/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
margin: 200px auto;
2222
background: linear-gradient(to right, black 50%, white 50%);
2323
border-radius: 50%;
24-
animation: rotate 3000ms forwards infinite linear;
24+
/* animation: rotate 3000ms forwards infinite linear; */
2525
}
2626
.box::before,
2727
.box::after {

0 commit comments

Comments
 (0)