Answers for "form content at the center of box"

CSS
1

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 "form content at the center of box"

Browse Popular Code Answers by Language