Untitled

 avatar
unknown
css
2 years ago
369 B
6
Indexable
body {
    font-family: Arial, sans-serif;
    margin: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  form {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  label {
    display: block;
    margin-top: 10px;
  }

  input[type="submit"] {
    margin-top: 20px;
  }
Editor is loading...