Visiting CSS

PHOTO EMBED

Tue Jan 09 2024 04:01:11 GMT+0000 (Coordinated Universal Time)

Saved by @wtrmln

html {
  height: 100%;
  width: 100%;
}
form {
  display: flex;
  flex-direction: column;
  width: 400px;
}

label {
  margin-bottom: 0.5em;
}

input, select {
  padding: 5px;
  margin-bottom: 1em;
}

button {
  padding: 10px;
  width: 100px;
  align-self: flex-end; 
}
content_copyCOPY

https://replit.com/@hebbaraarush105/Visiting?v=1#style.css