Answers for "center a select html tag"

1

center a select html tag

select {
display: block;
margin: 0 auto;
}
Posted by: Guest on January-22-2022

Browse Popular Code Answers by Language