Skip to content

Instantly share code, notes, and snippets.

View tisufa's full-sized avatar
:atom:
- nobody

Titus Sutio Fanpula tisufa

:atom:
- nobody
View GitHub Profile
*{
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: sans-serif;
}
body{
background: #c0c0c0;
}
<html>
<head>
<title>Desain Form Login Dengan Css</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="konten">
<div class="kepala">
<div class="lock"></div>
<h2 class="judul">Sign In</h2>