Well, I'm creating a mini social network but I'm having a little problem, the profile image does not fit the div.
Mycodeis:
<divclass="profilepic"></div>
<style>
.profilepic {
width: 150px;
height: 150px;
border-radius: 50%;
background-image: url(url da foto de perfil);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
</style>