Front-end Web Development
      Assignment for Week 4
    
    
      - Follow the steps in Assignment 1 (or use your work from last week).
- Change the <p>element to a<div>element.
- Duplicate the <div>element.
- Add a classattribute to the first<div>tag, with the valuebox-one.
- Add a classattribute to the second<div>tag, with the valuebox-two.
- Add a CSS rule that makes elements with either classbox-oneorbox-twohave awidthandheightof200px, and acolorofwhite.
- Add a CSS rule that gets rid of the default spacing that is built-in to the main document container.
- Add a CSS rule that gives elements with a classofbox-onearedbackground.
- Add a CSS rule that gives elements with a classofbox-twoabluebackground.
- 
        Modify a single existing rule such that the page looks exactly like this (text content can be different). The second box is 20px from the top and left of the first box:
        
   
    Extra credit:
    
      - There are at least three ways of achieving this effect. Try finding all three of them.
    Solution