User Login Form
This is a simple user login from, our developers made it using dot css.
- What is DOT CSS ?
- DOT CSS is a simple 'CSS' file which makes your coding more easier.
- How to use it ?
- To use it on your project of blog, just add the link on your html file header section.
- For blogger, just add the link on your blogger template head section.
<!-- DOT | CSS -->
<link rel="stylesheet" href="https://www.dotmu.ml/tools/css/simple_styles_by_dot_studios_free.css" />
If your project is already linked with the css file then just copy and past the code
<div class="wi-400 hi-300 border-0 all-center border-radius-10 shadow">
<h2 class="font-ubuntu text-center"> User Login Form </h2>
<hr class="border-1" style="width:290px;">
<div class="super-input-v2-content">
<label class="super-input-v2 one">
<input class="input-x-v2" type="text" placeholder=" "/>
<span class="placeholder font-poppins"> Email </span>
</label>
</div>
<div class="super-input-v2-content">
<label class="super-input-v2 one">
<input class="input-x-v2" type="text" placeholder=" "/>
<span class="placeholder font-poppins"> Password </span>
</label>
</div>
<br/>
<center>
<button class="super-button border-radius-5"><i class="fa fa-lock"></i> Login </button>
</center>
</div>

0 Comments