S
S
Sector5672019-05-10 15:16:38
css
Sector567, 2019-05-10 15:16:38

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

2 answer(s)
A
Alfieros, 2019-05-10
@Sector567

.userImg{
display:flex; // Позволяет наследовать значения высоты и ширины вложенных элементов.
height: 150px; //  Ограничить сам блок по высоте. Можно и оба свойства оставить.
}
userImg img{
vertical-align: top; // или так, если отбросить варианты выше.
}
.userProfile__aside ul li{
display: flex;
border-bottom: 1px solid red;
align-items: center; // а дальше установите позиционирование как вам нужно.
}

N
Nikita Shchypylov, 2017-04-22
@CupiN

https://github.com/Nikulio/rubber_teach

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question