Skip to content
Snippets Groups Projects

Revert "Funciona register"

141 files
+ 5292
917
Compare changes
  • Side-by-side
  • Inline

Files

.container {
max-width: 600px;
margin-top: 2rem;
padding: 20px;
border: 1px solid #ccc;
border-radius: 5px;
background-color: #f9f9f9;
}
h2 {
text-align: center;
margin-bottom: 20px;
}
.form-group {
margin-bottom: 15px;
}
label {
font-weight: bold;
}
Loading