Answers for "how to position form in the center with css"

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 "how to position form in the center with css"

Browse Popular Code Answers by Language