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