Template:Fudan China/CSS/footer

  1. footer{
   height:400px;
   position: relative;
   top:1250px;
   text-align: left;
   font-size: 18px;
   line-height: 35px;
   font-weight: 200;
   letter-spacing: 1px;
   color: #f3f3f3;
 background: url("T--Fudan_China--background.jpg") fixed;
 background-size: cover;
 background-position: 100% 100%;

}

  1. acknowledgement{
   width: 600px;
   position: relative;
   float: left;
   left: 100px;
   margin: 40px;

} .ackImg{

   border-radius: 35px;
   overflow: hidden;
   width: 70px;
   height:70px;

}

  1. footer h2{
   font-size: 30px;
   color: #f3f3f3;
   line-height: 30px;
   position: relative;

}

  1. contact{
   width: 300px;
   position: relative;
   float: right;
   right: 100px;
   margin: 20px;

}