css flex divide evenly
flex: 1 1 0px
css flex divide evenly
flex: 1 1 0px
vertical divider between my flexbox
section {
display: flex;
flex-direction: row;
flex: 1;
margin: 0 -8px;
align-items: center;
}
section>* {
margin: 0 8px;
}
.divider {
width: 2px;
margin: 6px 0;
background: blue;
align-self: stretch;
}
.item {
flex: 1;
background: orange;
}
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us