A Pen by Utkarsh Anand on CodePen.
Last active
August 29, 2018 15:37
-
-
Save utkarshanand/81d8186cf157cf68075fa7688fc8a0e6 to your computer and use it in GitHub Desktop.
Enter Information Page
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></title> | |
<!-- Compiled and minified CSS --> | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.8/css/materialize.min.css"> | |
<!-- Compiled and minified JavaScript --> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.8/js/materialize.min.js"></script> | |
<link rel="stylesheet" type="text/css" href=css/style.css"></link> | |
</head> | |
<body> | |
<div class="container"> | |
<div><font size="5"><b>REGISTRATION </b> </font></div> | |
<p><br></br></p> | |
<div class="col s12 m5"> | |
<span class="black-text"> | |
<form> | |
Organisation Name | |
<div class="form-input"> | |
<input type="text" name="Message"> | |
</div> | |
PIN | |
<div class="form-input"> | |
<input type="text" name="Password"><br> | |
</div> | |
</form> | |
<p><br></br></p> | |
<p><a class="waves-effect waves-light btn-large">Register</a></p> | |
</span> | |
</div> | |
</div> | |
</div> | |
</div> |
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
body{ | |
margin: 0 auto; | |
background-image: url("https://s28.postimg.org/pop1k0tul/Background_Image.png"); | |
background-repeat: no-repeat; | |
background-size: 100% 720px; | |
padding-top: 13%; | |
padding-left: 27%; | |
padding-right: 27%; | |
padding-bottom: 13%; | |
} | |
.row{ | |
text-align: center; | |
} | |
.container{ | |
background-color: #ebebe0; | |
text-align:center; | |
border-radius: 7px; | |
padding: 20px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment