Skip to content
Snippets Groups Projects

Dev booking request

20 files
+ 510
26
Compare changes
  • Side-by-side
  • Inline

Files

.container {
max-width: 600px;
margin: auto;
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;
}
.btn {
width: 100%;
}
\ No newline at end of file
Loading