Created
May 9, 2018 08:44
-
-
Save DNTech/e297ede7907643947bcad95444ab461c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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