<style>
.qsfg17 {
margin: auto;
width: 800px;
height: 460px;
background: url('https://pic.imgdb.cn/item/66b182c0d9c307b7e91dec6e.png') center/cover;
position: relative;
}
.qsfg17::before, .qsfg17::after {
position: absolute;
content: '';
}
.qsfg17::before {
content: '千山凡哥小白音画教程第17讲';
top:100px;
left: 100px;
padding: 6px;
font: bold 46px/54px sans-serif;
color: Lavender;
text-shadow: 2px 2px 6px #000;
}
.qsfg17::after {
left: 40%;
bottom: 25%;
content: url('https://638183.freep.cn/638183/small/hxxb.webp');
mix-blend-mode: normal;
animation: rot 8s linear infinite;
}
@keyframes rot {
to { transform: rotate(360deg); }
</style>
<div class="qsfg17">
</div>
|