-->

Saturday, October 13, 2018

Membuat tampilan Form Login dengan CSS.
A. Pendahuluan.
Untuk masuk atau login pada sebuah sistem Website dibutuhkan yang namanya Form Login atau Template Login. Disini adalah simple Template Form Login.
B. Latar Belakang.
Untuk membuat Template Form Login sederhana.
C. Manfaat dan Tujuan.
Agar dapat membuat template Form Login sederhana sendiri.
D. Waktu yang Dibutuhkan.
20-30 menit.
E. Pembahasan.
Templete Form Login adalah sebuah tampilan yang digunakan Form pengisian user dan password untuk login ke laman Website.  Templete Form dibuat dengan dua komponen CSS dan HTML. Walaupub beberapa ada yang menggunakan Javascript untuk tambahan animasi maupun tampilan agar lebih menarik untuk digunakan ataupun dilihat.

Langkah - langkah :
1. File HTML
<div class="container">
 <div class="user">
  <div class="dalam">
   <i class="fa fa-user-circle-o" style="font-size: 125px; color: #fff; margin: calc((100% - 125px)/2);"></i>
  </div>
 </div>
 <form class="main">
  <input type="text" class="input" name="username" placeholder="Username"/>
  <input type="password" class="input" name="password" placeholder="Password"/>
  <input type="submit" class="submit" />
  <span class="note"> You are not have Account? <a href="#" class="ans"> Not Have </a></span>
 </form>
</div>

2. Script CSS.
  body{
   margin: 0;
   background-color: #FFA5A5;
  }
  .container{
   width: 350px;
   height: 350px;
   background-color: #E1E1E1;
   position: absolute;
   top: 150px;
   left: calc((100% - 350px)/2);
   border-top: 5px solid #FFFFFF;
   border-bottom: 5px solid #FFFFFF;
   box-shadow: 4px 4px 0.5px 0.5px #00000080;
  }
  .user{
   position: relative;
   width: 150px;
   height: 150px;
   border-radius: 100%;
   background-color: #E1E1E1;
   left: calc((100% - 150px)/2);
   top: -75px;
   margin: 0;
  }

  .dalam{
   position: relative;
   width: 120px;
   height: 120px;
   border-radius: 100%;
   background-color: #000;
   left: calc((100% - 120px)/2);
   top: calc((100% - 120px)/2);
   margin: 0;
  }
  form.main{
   width: 80%;
   position: relative;
   left: calc((100% - 80%)/2);
   top: calc((100% - 450px)/2);
  }
  input.input{
   width: 100%;
   height: 30px;
   margin-bottom: 20px;
   text-align: center;
   border: none;
   border-bottom: 2px solid #E80000;
   outline: none;
  }
  input.submit{
   width: 285px;
   height: 30px;
   background-color: #65FF80;
   border: none;
   outline: none;
  }
  span.note{
   position: relative;
   top: 5px;
   left: 25px;
  }
  a.ans{
   text-decoration: none;
   color: red;
  }
  @media screen and (max-width: 400px){
   .container{
    width: 300px;
    height: 300px;
    left: calc((100% - 300px)/2);
   }
   input.submit{
    width: 240px;
   }

   span.note{
    left: 0;
   }
  }

Download

Outputnya :

Sebuah tampilan Login pada umumnya akan ada 2 input form yaitu user atau email dan Password. Akan tetapi ada juga yang beberapa Website menginputkan juga yang menginputkan check both google untuk tambahan keamanan.

F. Kesimpulan.
Template Form Login diperlukan untuk memperindah tampilan Form agar lebih menarik.
G. Referensi.
     -

Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna Veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.

Contact Us

Phone :

+20 010 2517 8918

Address :

3rd Avenue, Upper East Side,
San Francisco

Email :

email_support@youradress.com


Your IP Location

Recent

Loading...