# Self-review: Targeted CSS

1. **Did you try changing the width of the viewport? Was there a visible change in the dimensions of the output?**
    
    * No, did not change the viewport size.
        
    * Yes, but no visible changes.
        
    * <mark>Yes, and there were changes.</mark>
        
2. **Which combinator type among the four you have covered was not used in the exercise?**
    
    * <mark>Descendant combinator</mark>
        
    * Child combinator
        
    * General sibling combinator
        
    * Adjacent sibling combinator
        
3. **When you change the width of the viewport the height should also change.** 
    
    * <mark>True</mark>
        
    * False
