validation modal

PHOTO EMBED

Sun Feb 13 2022 12:44:12 GMT+0000 (Coordinated Universal Time)

Saved by @naraharikale #html

<div class="modal p-relative bg-gray-200">
    <button id="modalClearBtn" class="material-icons top-right-minus ">clear</button>
    <form class="d-flex flex-column">
        <label class="font-size-regular font-weight-600" for="Username">Name</label>
        <input class="input-outline" type="text" id="Username">
    </form>
    <form class="d-flex flex-column">
        <label class="font-size-regular font-weight-600" for="Username">Email</label>
        <input class="input-outline" type="text" id="Username">
    </form>
    <button class="btn btn-primary font-size-regular">Log In</button>
    <button class="btn btn-outline font-size-regular">Sign up</button>
</div>
content_copyCOPY