Kamis, 24 Februari 2011

Ayo Berkreasi Membuat Desain Layout

Bikin Tampilan Kayak facebook juga Bisa kok.. kayak gini nie..


nie Scriptnya kalo mau nyoba...

<!DOCTYPE html>
<html lang="en">
<head>
<title>Face-Mu</title>
<style type="text/css">

.header, .footer{
background-color : rgb(200,20,175);
}

.header{
height : 70px;
padding-top : 10px;
padding-bottom : 10px;
padding-left : 150px;
}

#lebar{
width : 1000px;
}

.footer{
padding-top : 5px;
padding-bottom : 5px;
padding-right : 200px;
padding-left : 30px;
color : white;
font-family : Comic;
font-size : small;
font-weight : bold;
}

.bg-color{
height : 450px;
background-color : #FE67EB;
background-repeat : repeat-x;
}

.login{
float : right;
color : white;
font-family : comic;
font-size : small;
}

#logo{
margin-top : 20px;
float : left;
height : 35px;
}

#kanan{
float: left;
padding: 5px;
width:370px;
height: 380px;
}

#tengah {
float: left;
}

#kiri {
float: left;
width: 780px;
height: 380px;
}

#gambar{
padding-top : 10px;
padding-bottom : 10px;
padding-left : 150px;
width: 400px;
height: 200px;
font-family : comic;
font-size : small;
font-weight : bold;
color: purple;
}

#huruf{
font-family : comic;
font-size : small;
font-weight : bold;
line-height : 30px;
color: purple;
}

#button_masuk{
background-color : purple;
color : white;
}

#button_daftar{
background-color : purple;
color : white;
}

</style>
<link type="image/x-icon" rel="icon" href="icon.png">
</head>
<body>
<div class="header">
<div id="lebar">
<div id="logo">
<img src="facemu.png">
</div>
<div class="login">
<table>
<tr>
<td>Email</td>
<td>Password</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><input type="text"></td>
<td><input type="password"></td>
<td><input type="submit" value="Masuk" id="button_masuk"></td>
</tr>
<tr>
<td height="25"><input type="checkbox" checked>Ingat saya</td>
<td height="25">Lupa kata sandi?</td>
<td height="25">&nbsp;</td>
</tr>
</table>
</div>
</div>
</div>
<div class="bg-color">

<form action="my_action.jsp">
<div id="tengah">
<div id="kiri">
<div id="gambar">
<font size="5">Face-mu Untuk menghubungkan Anda Yang Bingung Mencari Wajah Baru </font>
</br>
<img src="love.jpg" width=350 height=300>
</div>
</div>
</div>
</form>
<div id="kanan">
<div id="huruf">
<h2>Registrasi Gopek Dulu </h2>
<hr style="color: purple">
<form action="my_action.jsp">
<table>
<tr>
<td>Nama Depan :</td>
<td><input type="text" size="30"></td>
</tr>
<tr>
<td>Nama Belakang :</td>
<td><input type="text" size="30"></td>
</tr>
<tr>
<td>Email Anda :</td>
<td><input type="text" size="30"></td>
</tr>
<tr>
<td>Kata Sandi Baru:</td>
<td><input type="password" size="30"></td>
</tr>
<tr>
<td>Ulangi Kata Sandi:</td>
<td><input type="password" size="30"></td>
</tr>
<tr>
<td>Jenis Kelamin :</td>
<td><select name="kelamin">
<option value="pria" selected>Laki-laki
<option value="wanita">Perempuan
</select></td>
</tr>
</table>
</form>
<input type="submit" value="Daftarkan Sekarang" id="button_daftar">
</div>
</div>
</div>
<div class="footer">
Powered by Intan Nur Varida - S1 PTI 2009 / Off - B - Inspired by SNSD
</div>
</body>
</html>

Tidak ada komentar:

Posting Komentar