Difference between revisions of "Team:Manchester/Templates/Footer"

Line 83: Line 83:
 
         margin: 8px;
 
         margin: 8px;
 
           }
 
           }
 
rect {
 
    fill: none;
 
    stroke: #fff;
 
    stroke-width: 2;
 
    stroke-dasharray: 422, 0;
 
}
 
  
 
.fa:hover {
 
.fa:hover {
  rect {
+
     outline: 5px dotted red;
     stroke-width: 5;
+
    stroke-dasharray: 15, 310;
+
    stroke-dashoffset: 48;
+
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
+
  }
+
 
}
 
}
  

Revision as of 15:46, 1 August 2017