Fixed code "To create Padding as a class" (#26580)
The opening curly bracket was replaced with the intended closing bracket.
This commit is contained in:
		
				
					committed by
					
						 Randell Dawson
						Randell Dawson
					
				
			
			
				
	
			
			
			
						parent
						
							8a2927ff99
						
					
				
				
					commit
					e3e1b3003e
				
			| @@ -18,7 +18,7 @@ To create Padding as a class for a specific Element, use: | |||||||
| ```css | ```css | ||||||
| .example-Padding { | .example-Padding { | ||||||
|   padding: 10px |   padding: 10px | ||||||
| { | } | ||||||
| ``` | ``` | ||||||
| To apply this class to the appropriate field, use: | To apply this class to the appropriate field, use: | ||||||
| ```html | ```html | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user