<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>BFW NEW PAGE</title>
<style>
body{
padding: 100px;
}
@-webkit-keyframes twinkling {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
#ava {
border-radius: 28px;
border:3px solid #666633;
-webkit-animation: twinkling 1s infinite ease-in-out;
}
</style>
</head>
<body>
<img id="ava" src="http://repo.bfw.wiki/bfwrepo/image/5d653be845a41.png?x-oss-process=image/auto-orient,1/resize,m_fill,w_50,h_50,/quality,q_90" />
</body>
</html>
网友回复