Snippets

Mücahit Şenol Login Modal

Created by Mücahit Şenol
<div id="login_modal">
        <div style="background-color: #f7fafc; text-align: center; height: 90px; border-bottom: 1px solid #e6eaed; position: relative">
            <div style="display: block; position: absolute; width: 100%; font-size: 24px; top: 38px;">Welcome back! Please login.</div>
        </div>
        <div style="margin: 5px 35px;">
            <div class="form-group">
                <br />
                <label for="exampleInputEmail1">Sign in with your e-mail address</label>
                <input type="email" class="form-control" id="exampleInputEmail1" placeholder="you@example.com" value="you@example.com" />
            </div>
            <div class="form-group">
                <label for="exampleInputPassword1">Password</label>
                <input type="password" class="form-control" id="exampleInputPassword1" placeholder="Password" value="password">
            </div>
            <div class="form-group">
                <button type="button" class="btn btn-success" style="width: 100%">Sign in to Pencilmarket</button>
            </div>
        </div>
    </div>

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.