mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 12:39:22 +00:00
35 lines
523 B
CSS
35 lines
523 B
CSS
/**
|
|
* 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 .callout p {
|
|
text-align: justify;
|
|
}
|
|
|
|
.create-account-form .submit-form {
|
|
text-align: center;
|
|
}
|
|
|
|
.create-account-form .bottom-form-links {
|
|
text-align: center;
|
|
margin-top: 15px;
|
|
} |