You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			49 lines
		
	
	
		
			729 B
		
	
	
	
		
			CSS
		
	
			
		
		
	
	
			49 lines
		
	
	
		
			729 B
		
	
	
	
		
			CSS
		
	
header {
 | 
						|
  text-align: center;
 | 
						|
}
 | 
						|
 | 
						|
label[for^=language-selection] {
 | 
						|
  font-size: 1.2em;
 | 
						|
  padding-right: 0.5em;
 | 
						|
  padding-block: 0.5em;
 | 
						|
}
 | 
						|
 | 
						|
.language-selection {
 | 
						|
  width: 2em;
 | 
						|
  height: 2em;
 | 
						|
  padding-left: 0.5em;
 | 
						|
  padding-block: 0.5em;
 | 
						|
}
 | 
						|
 | 
						|
#instructions {
 | 
						|
  padding: 1em;
 | 
						|
}
 | 
						|
 | 
						|
.instructions {
 | 
						|
  display: none;
 | 
						|
  /* Inconsistent with rest of content */
 | 
						|
  font-family: sans-serif;
 | 
						|
  font-weight: bold;
 | 
						|
  font-size: 1.25em;
 | 
						|
  line-height: 1.5;
 | 
						|
  padding: 2em;
 | 
						|
  background-color: hsl(0, 0%, 9%);
 | 
						|
  border: 2px solid black;
 | 
						|
  border-radius: 1em;
 | 
						|
}
 | 
						|
 | 
						|
#link-return {
 | 
						|
	text-align: right;
 | 
						|
}
 | 
						|
 | 
						|
@media (max-width: 750px) {
 | 
						|
	.language-selection {
 | 
						|
 | 
						|
	}
 | 
						|
 | 
						|
	label[for^=language-selection] {
 | 
						|
		display: inline-block;
 | 
						|
		width: calc( 100% - 3em );
 | 
						|
	}
 | 
						|
}
 |