You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.0 KiB

<!DOCTYPE html>
<html>
<head>
<title>Slide Navbar</title>
<link rel="stylesheet" type="text/css" href="slide navbar style.css">
<link href="Style/signUp.css" rel="stylesheet">
</head>
<body>
<div class="main">
<input type="checkbox" id="chk" aria-hidden="true">
<div class="signup">
<form>
<label for="chk" aria-hidden="true">Login</label>
<input type="txt" name="username" placeholder="Username" required="">
<input type="password" name="password" placeholder="Password" required="">
<button>Login</button>
</form>
</div>
<div class="login">
<form>
<label for="chk" aria-hidden="true">Sign up</label>
<input type="txt" name="username" placeholder="Username" required="">
<input type="password" name="password" placeholder="Password" required="">
<input type="password" name="paswwordConf" placeholder="Password confirmation" required="">
<button>Sign up</button>
</form>
</div>
</div>
</body>
</html>