
<div class="author-profile">
<img src="/usr/themes/butterfly/images/avatar.png" alt="头像" class="avatar">
</div>
<style>
.author-profile {
text-align: center;
margin-bottom: 20px;
}
.author-profile .avatar {
width: 120px;
height: 120px;
border-radius: 50%;
border: 3px solid #fff;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
</style>
今天尝试了下用workbuddy写Typecho自定义头像页面,确实给力!