.portrait{
    width: 100px;
    height: 100px;
    display: inline-block;
border-radius:50%;
    background: url(https://files.cnblogs.com/files/xiaozhishang/timg.gif) no-repeat;
    background-size: cover;
}