table td data in middle
vertical-align: middle
table td data in middle
vertical-align: middle
add align center div in table data
div {
text-align: center;
}
let div leveled at you and its width is less than the width so on. then use margin:
div {
margin: 0 auto;
}
Is better use flex:
td {
display: flex;
align-items: center;
align-content: center;
}
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