Form Css

PHOTO EMBED

Wed Jul 12 2023 18:53:40 GMT+0000 (Coordinated Universal Time)

Saved by @mooose22 #javascript

.App {
  font-family: sans-serif;
  text-align: center;
}
html,
body {
  display: flex;
  height: 100vh;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  margin: 2rem;
}
form > div {
  width: 120px;
}
content_copyCOPY