* Translate challenge subtitles and example challenge text to Spanish * Corrected errors in syntax and punctuation * Multiple corrections of it/s to its plus other grammar corrections * Correction and added paragraph to CSS Flex article * Corrected my own typo * Corrected capitalization, American spellings and typos
		
			
				
	
	
		
			14 lines
		
	
	
		
			502 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			502 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ---
 | |
| title: Useful screenshot shortcuts
 | |
| ---
 | |
| 
 | |
| ### DevTools screenshot functionality
 | |
| When using Chrome developer tools, it can be useful to capture a screenshot of the entire page. And while there are add-ons to achieve this, google chrome has its own functionality built in.
 | |
| 
 | |
| ## Steps
 | |
| 1. Open Chrome Devtools
 | |
| 2. in Devtools Ctrl+P (Cmd+P on Mac)
 | |
| 3. Start typing >screenshot
 | |
| 4. Choose from the available functions (capture full size screenshot has been by far my most useful)
 | |
| 5. Enjoy your new screenshot
 |