Created create account form

This commit is contained in:
Pierre
2018-04-11 10:10:11 +02:00
parent b6ec8f53e2
commit 99adb1ec0a
6 changed files with 155 additions and 1 deletions

View File

@ -0,0 +1,26 @@
/**
* Create account stylesheet
*
* @author Pierre HUBERT
*/
.create-account-form {
border: 1px gray solid;
max-width: 500px;
margin: auto;
margin-top: 30px;
padding: 0px 10px 10px 10px;
}
.create-account-form h2 {
text-align: center;
margin-bottom: 20px;
}
.create-account-form p {
text-align: center;
}
.create-account-form .submit-form {
text-align: center;
}