A Pen by Utkarsh Anand on CodePen.
Last active
August 29, 2018 15:37
-
-
Save utkarshanand/bf11f14a08d19eaf5b2fe7a9f4a9214f to your computer and use it in GitHub Desktop.
Login 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 class="col s12 m5"> | |
<span class="black-text"><form> | |
What's the message you would like to share? | |
<div class="form-input"> | |
<input type="text" name="Message"> | |
</div> | |
Website(OPTIONAL): | |
<div class="form-input"> | |
<input type="text" name="Website_name"><br> | |
</div> | |
</form> | |
<button class="btn waves-effect waves-light" type="submit" name="action">Upload Cover Photo | |
</button> | |
<p><a class="waves-effect waves-light btn-large">COMPLETE</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: 26%; | |
padding-right: 26%; | |
} | |
.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