Skip to content

Instantly share code, notes, and snippets.

@michaelhidalgo
Created November 13, 2015 02:17
Show Gist options
  • Save michaelhidalgo/9e7ab4fe5733f75a01ce to your computer and use it in GitHub Desktop.
Save michaelhidalgo/9e7ab4fe5733f75a01ce to your computer and use it in GitHub Desktop.
<form class="pure-form">
<fieldset>
<legend>Por razones de seguridad, necesitamos que usted cambie la contraseña.</legend>
<input type="password" placeholder="Clave" id="password" required>
<input type="password" placeholder="Confirmar clave" id="confirm_password" required>
<button type="submit" class="pure-button pure-button-primary">Cambiar Contraseña</button>
</fieldset>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment