Skip to content

Commit

Permalink
Change content index
Browse files Browse the repository at this point in the history
  • Loading branch information
yycforever authored Oct 21, 2022
1 parent 8fe9a20 commit 14a4e1f
Showing 1 changed file with 26 additions and 6 deletions.
32 changes: 26 additions & 6 deletions content/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
to{opacity: 1;}
}
@keyframes heart_move{
from{top: inherit;transform: scale(1);}
to{top: 50%;transform: scale(2);}
from{top: inherit;}
to{top: 50%;}
}
body{
background-color: rgb(255,255,255,1);
Expand Down Expand Up @@ -94,9 +94,27 @@
animation-duration: 2s;
animation-delay: 4s;
animation-fill-mode: forwards;
/* animation: heart_move;
animation-duration: 4s;
animation-delay: 6s;*/
}
.yycfdu{
position: absolute;
height: 240px;width: 600px;
padding-left: calc(50% - 240px);
left: 0%;top: 40%;
background-image: url(yycfdu.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.yxrthu{
height: 240px;width: 600px;
margin-right: 0%;
padding-right: calc(50% - 240px);
position: absolute;
right: 0%;top: calc(40% - 240px);
background-image: url(yxrthu.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
</style>
</head>
Expand All @@ -109,6 +127,8 @@
<div class="heart_circle2"></div>
<div class="heart_square"></div>
</div>
<div class="yycfdu"></div>
<div class="yxrthu"></div>
</body>

</html>
</html>

0 comments on commit 14a4e1f

Please sign in to comment.