Skip to content
Snippets Groups Projects
welcome.css 288 B
Newer Older
  • Learn to ignore specific revisions
  • .welcome {
    	display: flex;
    	justify-content: center;
    	align-items: center;
    
    	margin-top: 100px;
    
    }
    
    .form-elements {
    	display: flex;
    	flex-direction: column;
    
    	justify-content: space-between;
    
    	margin-left: 10px;
    }
    
    .form-input {
    	display: flex;
    	justify-content: space-between;