Difference between revisions of "Template:Fudan China/CSS/footer"

 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
#footer{
 
#footer{
     height:500px;
+
     height:400px;
 
     position: relative;
 
     position: relative;
     top:1200px;
+
     top:1250px;
 
     text-align: left;
 
     text-align: left;
 
     font-size: 18px;
 
     font-size: 18px;
Line 17: Line 17:
 
     position: relative;
 
     position: relative;
 
     float: left;
 
     float: left;
     left: 200px;
+
     left: 100px;
 
     margin: 40px;
 
     margin: 40px;
 
}
 
}
Line 33: Line 33:
 
}
 
}
 
#contact{
 
#contact{
     width: 400px;
+
     width: 300px;
 
     position: relative;
 
     position: relative;
 
     float: right;
 
     float: right;

Latest revision as of 02:49, 2 November 2017

  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;

}