forked from kokonior/CSS-Projects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathperlxhi.css
42 lines (32 loc) · 1.16 KB
/
perlxhi.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<html>
<head>
<title> Membuat Login </title>
<meta charset="UTF-8">
<style>
body{
background-color: aqua;
}
</style>
</head>
<body>
<link rel="shortcut icon" href="gambar/seputar pemograman.jpg">
<p><marquee scrollamount="20" behavior="alternate"><pre> ®Selãmãt Dãtãng di Seputar Pemogrãmãn® <hr color="blue"></pre></marquee></p><hr color="red" size="10">
<div class="header">
<div class="header_isi">
<div class="gambar">
<form action="login.php" method="POST">
<input type="text" name="username" placeholder="Username" class="login_regis"> <br />
<input type="password" name="password" placeholder="Password" class="login_regis"> <br />
<div class="chexbox">
<input type="checkbox" name="chek" > Remember me <br />
</div>
<input type="Submit" name="login" value="LOGIN" class="tombol_login">
</form>
</div>
</div>
<div class="copyright">
CopyRight© 2016 | Design By: FatikZ
</div>
</div>
</body>
</html>