select text center css code example
Example: option tag center
.center-box {
display: flex;
align-items: center;
justify-content: center;
}
.center-box {
display: flex;
align-items: center;
justify-content: center;
}