# Self review: Create a grid layout

1. **Did you try changing the width of the viewport? Was there a visible change in the output?**
    
    * No
        
    * Yes, but no visible changes
        
    * <mark>Yes, and there were changes</mark>
        
2. **How many grid boxes do you see in the final output?**
    
    * 4
        
    * 3
        
    * <mark>5</mark>
        
3. **Why is the peachpuff colour assigned inside the left class selector not visible?**
    
    * Because sidebar class is mentioned before the left class inside the HTML tag.
        
    * Because it is pushed out of the grid due to alignment.
        
    * <mark>Because it gets overridden by darkcyan inside the sidebar selector.</mark>
        
4. **Were you able to get the desired Holy Grail layout?**
    
    * <mark>Yes</mark>
        
    * Yes, but some grid items are not visible.
        
    * Yes, but it is out of alignment.
        
    * No
