mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-03 11:44:19 +00:00 
			
		
		
		
	Created create account form
This commit is contained in:
		
							
								
								
									
										26
									
								
								assets/css/pages/createAccount.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										26
									
								
								assets/css/pages/createAccount.css
									
									
									
									
									
										Normal 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;
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user