Textbox with error styling

PHOTO EMBED

Sat Feb 12 2022 03:05:24 GMT+0000 (Coordinated Universal Time)

Saved by @aayushjain602

<div class="m1 input-container">
    <label class="input-label error-label" for="error-name">Username</label>
    <input id="error-name" class="error-field" type="text" placeholder="Username">
    <span class="validation-error">Not valid</span>
</div>
content_copyCOPY