Skip to content

Commit 590fa85

Browse files
committed
Heart Update
1 parent aab514b commit 590fa85

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

14. Heart/style.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ body {
1919

2020
/* gray-heart */
2121
.gray-heart {
22-
background: #AA0000;
22+
background: var(--secondry-color);
2323
display: flex;
2424
justify-content: center;
2525
align-items: center;
@@ -33,7 +33,7 @@ body {
3333
.gray-heart:before,
3434
.gray-heart:after {
3535
content: "";
36-
background: #AA0000;
36+
background: var(--secondry-color);
3737
border-radius: 50%;
3838
height: 100px;
3939
width: 100px;
@@ -93,6 +93,10 @@ body {
9393
}
9494

9595
@keyframes pop {
96+
0% {
97+
transform: scale(1.7) rotate(-45deg);
98+
opacity: 0;
99+
}
96100
100% {
97101
transform: scale(1.7) rotate(-45deg);
98102
opacity: 0;

0 commit comments

Comments
 (0)