Created
          August 29, 2016 19:17 
        
      - 
      
- 
        Save JimmyMow/ac44fe465ea26f425f5d0811da927769 to your computer and use it in GitHub Desktop. 
    Bloc CSS tutor assesment
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | body { | |
| margin: 0; | |
| } | |
| .clearfix:after { | |
| content: ""; | |
| display: table; | |
| clear: both; | |
| } | |
| header { | |
| width: 100%; | |
| height: 60px; | |
| background-color: #333; | |
| } | |
| .pricing { | |
| padding: 20px; | |
| background-color: tomato; | |
| } | |
| .pricing-tiers { | |
| width: 960px; | |
| margin: 0px auto; | |
| background-color: #ddd; | |
| } | |
| .pricing-tiers .tier { | |
| width: 260px; | |
| margin: 20px; | |
| padding: 10px; | |
| background-color: white; | |
| float: left; | |
| } | |
| .tier h1 { | |
| font-family: "Helvetica", sans-serif; | |
| font-weight: bold; | |
| font-size: 2em; | |
| margin-bottom: 20px; | |
| text-align: center; | |
| } | |
| .pricing-tiers > .tier:last-child { | |
| margin-right: 0px; | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment