@@ -156,7 +156,7 @@ div {
 | 
				
			|||||||
```css
 | 
					```css
 | 
				
			||||||
#container {
 | 
					#container {
 | 
				
			||||||
  display: grid;
 | 
					  display: grid;
 | 
				
			||||||
s  grid: repeat(2, 60px) / auto-flow 80px;
 | 
					  grid: repeat(2, 60px) / auto-flow 80px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
#container > div {
 | 
					#container > div {
 | 
				
			||||||
  background-color: #8ca0ff;
 | 
					  background-color: #8ca0ff;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user