Kod: <center><div class="kaydol">
<h1>Kaydol</h1>
<div id="form-login">
<form action="http://plainlogic.tr.gg/Forum/anmelden.htm" method="post">
<input name="modulenter[nick]" id="user-id" placeholder="Nick" type="text">
<input name="modulenter[pwd]" id="user-key" placeholder="Parola" type="password">
<input name="modulenter[email]" id="user-key" placeholder="E-mail" type="text">
<input name="modulenter[name]" id="user-key" placeholder="Adın" type="text">
<input name="modulenter[vorname]" id="user-key" placeholder="Soyadın" type="text">
<input name="email" value="AFjjAwRhAGRfAQHmAv4mYQZ3ZmDkYvj4AGN1ZwD=" type="hidden">
<input name="login" id="login-btn" value="Kayıt yap" type="submit">
<input name="mode" value="anmelden" type="hidden">
</form>
</div>
</div>
</center>
<style>
@import url(http://fonts.googleapis.com/css?family=Oswald|Source+Sans+Pro:300);
#form-login {
height: 500px;
width: 400px;
margin: 0;
}
.kaydol h1 {
font-size: 30px;
font-weight: 600;
font-family: 'Source Sans Pro', sans-serif;
}
#form-login input {
display: block;
width: 75%;
height: 40px;
line-height: 40px;
position: relative;
margin-bottom: 5px;
border-radius: 3px;
border: none;
font-size: 21px;
font-weight: 300;
font-family: 'Source Sans Pro', sans-serif;
text-align: center;
border: 1px solid #e8e8e8;
}
#form-login #login-btn {
width: 50%;
height: 40px;
line-height: 40px;
background: #0F9D58;
color: #fff;
border: none;
border-radius: 3px;
cursor: pointer;
margin: 10px auto;
}
</style>
HTML kalıbını değiştirmediğin sürece kodda problem olmayacaktır. CSS kodlarını düzenleyerek kendine göre uyarlayabilirsin.
______________
