Answers for "how to display a form container in the center"

CSS
0

aligning form elements to center in css

body {
    text-align: center;
}
form {
    display: inline-block;
}
Posted by: Guest on July-23-2021

Code answers related to "how to display a form container in the center"

Browse Popular Code Answers by Language