#img5 {
display: block;
float: left;
margin: 2px;
}
#touxiang {
vertical-align:middle;
display: block;
float: left;
}
.about {
position: relative;
z-index: 1;
}
.about::before {
content: ‘’;
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: -0.25em;
right: -0.25em;
background-color: #fc2f70;
transform-origin: bottom center;
transform: scaleY(0.1);
transition: all 0.1s ease-in-out;
}
.about:hover::before {
transform: scaleY(1);
background-color: hsla(341, 97%, 59%, 0 .75);
}
button1 {
z-index: 1;
font-size: 60px;
color:black;
}
button1:hover {
cursor: pointer;
animation: jelly 0.5s;
}
@keyframes jelly {
0%,
100% {
transform: scale(1, 1);
}
25% {
transform: scale(0.9, 1.1);
}
50% {
transform: scale(1.1, 0.9);
}
75% {
transform: scale(0.95, 1.05);
}
}
#page {
background: none;
}
</style>
