MAIN FILE
_______________________


<!DOCTYPE html>
<html lang="en">
<head>
<title>Famebore, terkenal ngeboseni</title>
<link rel="stylesheet" href="linked.css" type="text/css" />
<link rel="icon" href="ico.png" type="image/x-icon" />
<div id="atas">
<div id="famebore">
<font color="white" face="cambia" size=8><b> famebore </b></font>
</div>
<div id="table">
<font color="white" face="cambia" size=2>
<table>
<tr>
<td><u>Email:</u></td>
<td><u>Password:</u></td>
</tr>
<tr>
<td>
<input type="text">
</td>
<td>
<input type="password">
</td>
<td><input id="masuk" type="button" value="Masuk"></td>
</tr>
<tr>
<td><input type="checkbox">Tetap masuk</td>
<td><u>Lupa password?</u></td>
</tr>
</table>
</font>
</div>
</div>
</head>
<body>
<div id="tengah">
</div>
<div id="bawah">
<font color="white" face="calibri">
© Famebore.inc 2011
</font>
</div>
</body>
</html>


______________
STYLE FILE
______________
#atas{
height:100px;
background-color:blue;}

#masuk{
background-color:darkblue;
color:#ffffff;
border:0;
}

#famebore{
float:left;
height:100px;
width:150px;
padding-left:125px;
padding-top:20px;
}

#tengah{
height:550px;
background-image:URL(back.png);
}

#bawah{
height:20px;
background-color:blue;}

#table{
padding-top:15px;
padding-right:150px;
float:right;}

0 komentar:

Posting Komentar

About