Notification texts go here Contact Us Buy Now!

Blogger için Giriş Formu Eklentisi

Blogger için Giriş Formu Eklentisi
Blog Yazarı
Blogger sitenizi için havalı modern giriş formu oluşturmak için aşağıda ki adımları takip etmeniz yeterlidir.

Öncelikle aşağıda ki HTML kodlarını tema editör sayfanız da Ctrl+F yardımıyla </body> kodunu bulun ve bulduğunuz kodun üzerine gelecek şekilde aşağıda ki HTML kodlarını ekleyin.


 <div class="filter"></div>
        <div class="container">
           <h1>Giriş</h1>
            <form>
                <label>Kullanıcı Adı</label><br>
                <input type="text"><br>
                <label>Şifre</label><br>
                <input type="password"><br>
                <button>Oturum Aç</button>
            </form>
        </div>


Daha sonra aşağıda ki CSS kodlarını yine HTML editör sayfamızda Ctrl+F yardımıyla ]]></b:skin> kodunu buluyoruz ve bulduğumuz kodun üzerine gelecek şekilde aşağıda ki CSS kodlarını ekliyoruz.


 @import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
*{
    margin: 0;
    padding: 0;
    outline: 0;
    font-family: 'Open Sans', sans-serif;
}
body{
    height: 100vh;
    background-color: #e8eaf6;
}
/*.filter{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.7);
}*/
.container{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 20px 25px;
    width: 300px;
    background-color: #fafafa;
    box-shadow: 0 6px 8px rgba(0,0,0,.1);
    border-radius: 8px;
}
.container h1{
    text-align: left;
    color: #212121;
    margin-bottom: 25px;
    text-transform: uppercase;
 
   

}

.container form input{
    width: calc(100% - 20px);
    padding: 8px 10px;
    margin-bottom: 15px;
    border: none;
    background-color: transparent;
    border-bottom: 2px solid #e0e0e0;
    color: #212121;
    font-size: 20px;
    transition: .4s;
}
.container form input:focus{
    border-bottom: 2px solid #2979ff;
}

.container label{
    text-align: left;
    color: #2979ff;
}

.container form input::placeholder{
    color: #e2e2e2;
}
.container form button{
    width: 100%;
    padding: 8px 0;
    border: none;
    background-color:#2979ff;
    font-size: 18px;
    color: #fafafa;
    text-transform: uppercase;
    border-radius: 50px
}


Son olarak her ihtimale karşı CSS kodlarının çalışmaması durumunda kod editör sayfanız da </head> kodunu bulup üzerine gelecek şekilde aşağıda ki CSS kodlarını şekil verecek kodu ekliyoruz.

 <link rel="stylesheet" href="main.css">

Bütün işlemler bu kadar herkese kolay gelsin.





Yorum Gönder

Cookie Consent
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Oops!
It seems there is something wrong with your internet connection. Please connect to the internet and start browsing again.
AdBlock Detected!
We have detected that you are using adblocking plugin in your browser.
The revenue we earn by the advertisements is used to manage this website, we request you to whitelist our website in your adblocking plugin.
Site is Blocked
Sorry! This site is not available in your country.