Skip to content

Instantly share code, notes, and snippets.

@wurwal
Created September 10, 2020 10:15
Show Gist options
  • Save wurwal/10f8d15dc45bb519a911226af607cb4d to your computer and use it in GitHub Desktop.
Save wurwal/10f8d15dc45bb519a911226af607cb4d to your computer and use it in GitHub Desktop.
<!-- line 3481 -->
<div class="form-break">
<div class="row">
<div class="small-12 columns">
<label class="pr">
Your email
<i id="iconEmailCorrect" style="display: none;" class="fas fa-check-circle validatedicon"></i>
<i id="iconEmailIncorrect" class="fas fa-times-circle invalidatedicon"></i>
</label>
</div>
</div>
<!-- start: add closing div -->
</div>
<!-- end: add closing div -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment