I bought a CSS and I'm trying to apply it to my site, the cass I bought has a validation scheme in the form where it circulates the form with a red line and places an X inside the text box. I will put an image here to be easy to understand, this is the template I bought.
Now,minelookslikethis:
ThedifferenceofHTMListheinclusionofa::beforeandaclass(whichIthinkiswhatputsthebefore,butI'mnotsurehowthisworks,I'mlearning)
Theformcomponentisinone,followstheexampleofthefirstcomponentalreadywithactiveerrorvalidation:
<div class="form-group has-error">
::before
<label class="sr-only" for="Nome">Nome</label>
<input class="input-validation-error form-control input-lg required text-box single-line" data-val="true" data-val-required="O campo Nome é obrigatório." id="name" name="Nome" placeholder="Name" type="text" value=""> <ul class="parsley-errors-list" id="parsley-id-1125"></ul>
</div>