Skip to content

Commit c3c107b

Browse files
authored
Update index.html
1 parent 2023240 commit c3c107b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

heart-page/index.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
background: #f0f0f0;
1515
}
1616

17-
/* 爱心样式 */
1817
.heart {
1918
position: relative;
2019
width: 150px;
@@ -45,7 +44,6 @@
4544
left: 75px;
4645
}
4746

48-
/* 心跳动画 */
4947
@keyframes beat {
5048
0% {
5149
transform: rotate(-45deg) scale(1);
@@ -66,7 +64,6 @@
6664
</style>
6765
</head>
6866
<body>
69-
<!-- 页面加载后自动显示爱心 -->
7067
<div class="heart"></div>
7168
</body>
72-
</html>
69+
</html>

0 commit comments

Comments
 (0)