Saklı Sayfalar extrası için:
Şöyle bir kod hazırladım. Bu kodu kendinize göre düzenleyebilirsin(iz).
Saklı sayfalar ekstrasına ekleyin
Önizleme:
Kod:
Kod: <center id="aciklama">Üyelik sistemimiz sizler için geliştirildi. Sitemizin kalitesini bu sistemde de görmüş olacaksınız! siteniz.tr.gg tarafından tasarlanan tasarım, sizler için bu sayfada</center>
<style>
#aciklama{
padding: 10px;
border: 1px solid #ccc;
border-radius: 5px;
width: 95%;
}
form:before{
content: "Giris Yap";
border-radius: 12px;
padding: 20px;
font-sizE: xx-large;
background: #f5f5f5;
color: green;
display:block;
margin-top: 10px;
width: 78%;
border: 1px solid #ccc;
}
form table{
paddinG: 30px 40px;
width: 80%;
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom-right-radius: 12px;
border-bottom-left-radius: 12px;
}
form input[type="submit"]{
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom-right-radius: 12px;
border-bottom-left-radius: 12px;
width: 200px;
background: #f5f5f5;
}
</style>