помощь с кодом - Страница 1
MIXAzZz :
помощь с кодом
21 Ноября 2017помогите. как тут написать что бы аватарка была квадратной
.Profile .avatar_img{
margin-left: 10px;
margin-top: 10px;
border-radius: 200px !important;
float: left;
display: inline-block;
width: 220px;
height: 220px;
overflow: hidden;
border: 2px solid #000;
background-repeat: no-repeat;
background-size:cover;
-webkit-background-size:cover;
-o-background-size:cover;
-moz-background-size:cover;
background-position:center;
}