Skip to content

Instantly share code, notes, and snippets.

@DNTech
Created May 9, 2018 08:44
Show Gist options
  • Save DNTech/e297ede7907643947bcad95444ab461c to your computer and use it in GitHub Desktop.
Save DNTech/e297ede7907643947bcad95444ab461c to your computer and use it in GitHub Desktop.
<html>
<head>
<title>CSS ASSIGNMENT 8</title>
</head>
<body>
<div id="cssDiv"></div>
<center>
<div class="login_div">
<img src="images/user.png" class="image-user" />
<font size='5' class="padding">STUDENT LOGIN</font>
<input type="text" class="input" placeholder="Enter User Name" />
<br />
<input type="text" class="input" placeholder="Enter Password" />
<br/>
<button class="login_btn">
L O G I N
</button>
</div>
</center>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment