Difference between revisions of "Template:Footer"

Line 1: Line 1:
<html>
+
 
 
<style>
 
<style>
  
Line 135: Line 135:
  
 
</div>
 
</div>
</html>
 

Revision as of 14:45, 9 September 2015

<style>

  1. footer{
 z-index: 800;
 margin-top: 100px;
 background: #000;
 opacity: 0.9;
 filter: alpha(opacity=90);
 width: 100%;
 min-height: 290px;

}

  1. footer table{
 margin:auto;
 padding: 30px 0 20px 0;
 width: 900px;
 text-align:left;
 line-height:1em;
 color:#fff;
 background:#000;
 opacity: 0.8;
 filter: alpha(opacity=80);

}

  1. footer table a{
 text-decoration: none;
 color: inherit;

}

  1. footer table img:hover{

opacity: 0.5; filter: alpha(opacity=50); } .twitter{

 height:300px;
 width:440px;
 text-align:right;
 border-left: 1px solid #fff;
 padding-left:30px;

}

</style>