Answer the question
In order to leave comments, you need to log in
How to align vertical frames?
Hello. Can you tell me why the vertical frames (border-right) do not form a single vertical line?
Where did I go wrong?
https://jsfiddle.net/6fLveyms/
Answer the question
In order to leave comments, you need to log in
.userImg{
display:flex; // Позволяет наследовать значения высоты и ширины вложенных элементов.
height: 150px; // Ограничить сам блок по высоте. Можно и оба свойства оставить.
}
userImg img{
vertical-align: top; // или так, если отбросить варианты выше.
}
.userProfile__aside ul li{
display: flex;
border-bottom: 1px solid red;
align-items: center; // а дальше установите позиционирование как вам нужно.
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question