﻿/*
   Recipes Style Sheet
   Author: Dominique Goncalves
   Date:   05/08/2016

   Filename:         Food.css
   Supporting Files: none

*/

/*Body styles */

body {
    background-color: pink;
}


header {
    background-color:pink;
    
}

section {
    width:1000px;
    float:left;
    padding:10px;
    border-style: solid;	 	 
}




footer {
    background-color:black;
    color:pink;
    clear:both;
    text-align:center;
    	 	 
}
