-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from patriciacaicedo/Prueba-de-rama
pull request rama
- Loading branch information
Showing
2 changed files
with
54 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
<link href="styles.css" rel="stylesheet"> | ||
</head> | ||
<body class="bg-light"> | ||
<div class="container mt-5"> | ||
<div class="container-fluid mt-5"> | ||
<div class="row justify-content-center"> | ||
<div class="col-lg-6 col-md-8 col-sm-10"> | ||
<div class="card bg-primary text-white contrast-card"> | ||
|
@@ -49,11 +49,12 @@ <h2 class="card-title text-center mb-4">Datos Personales</h2> | |
<div class="invalid-feedback">Debe aceptar las condiciones.</div> | ||
</div> | ||
<button type="submit" class="btn btn-light w-100" title="Enviar formulario">Enviar</button> | ||
|
||
</form> | ||
</div> | ||
</div> | ||
<button id="toggleContrast" class="btn btn-secondary mt-3" title="Alternar alto contraste">Alto contraste</button> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters