Skip to content
Snippets Groups Projects
client.css 389 B
Newer Older
  • Learn to ignore specific revisions
  • .welcome {
    	display: flex;
    	justify-content: center;
    	align-items: center;
    
    	margin-top: 100px;
    
    Gustav Elmqvist's avatar
    Gustav Elmqvist committed
    .welcome img {
    	mix-blend-mode: color-burn;
    }
    
    
    .form-elements {
    	display: flex;
    	flex-direction: column;
    
    	justify-content: space-between;
    
    	margin-left: 10px;
    }
    
    .form-input {
    	display: flex;
    	justify-content: space-between;
    
    Oliver Green's avatar
    Oliver Green committed
    }
    
    input[type=text]:focus {
    	background-color: white;