how to make option value appear in center in html 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;
}