css flex center
display: flex;
align-items: center;
justify-content: center;
css flex center
display: flex;
align-items: center;
justify-content: center;
how to set text in center in flex item
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
html,
body {
height: 100%;
}
.list {
display: flex;
justify-content: center;
flex-direction: column; /* <--- I added this */
align-items: center; /* <--- Change here */
height: 200px;
width: 100%;
background: silver;
}
.list li {
background: gold;
height: 20%;
}
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