Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update joenyse.css #372

Merged
merged 1 commit into from
Oct 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
69 changes: 27 additions & 42 deletions joenyse.css
Original file line number Diff line number Diff line change
@@ -1,42 +1,27 @@
<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> &#174;Sela&#771;ma&#771;t Da&#771;ta&#771;ng di Seputar Pemogra&#771;ma&#771;n&#174; <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&copy 2016 | Design By: FatikZ
</div>
</div>
</body>
</html>
<style>
.dropdown {
position: relative;
display: inline-block;
}

.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
padding: 12px 16px;
z-index: 1;
}

.dropdown:hover .dropdown-content {
display: block;
}
</style>

<div class="dropdown">
<span>Mouse over me</span>
<div class="dropdown-content">
<p>Hello World!</p>
</div>
</div>