Untitled

Anonymous
css
06/14/2023 1:44 PM
492 B
16
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...