CSS Diner Answer
遊戲連結:http://flukeout.github.io/
解答:
| 題號 | 解答 | 
| 1 | 
			 * plate  | 
		
| 2 | 
			 bento :not(plate)  | 
		
| 3 | 
			 #fancy plate:first-child  | 
		
| 4 | 
			 plate apple plate>apple * > *  | 
		
| 5 | 
			 #fancy>pickle .small  | 
		
| 6 | * .small | 
| 7 | bento orange.small | 
| 8 | |
CSS Diner Answer
遊戲連結:http://flukeout.github.io/
解答:
| 題號 | 解答 | 
| 1 | 
			 * plate  | 
		
| 2 | 
			 bento :not(plate)  | 
		
| 3 | 
			 #fancy plate:first-child  | 
		
| 4 | 
			 plate apple plate>apple * > *  | 
		
| 5 | 
			 #fancy>pickle .small  | 
		
| 6 | * .small | 
| 7 | bento orange.small | 
| 8 | |