Difference between revisions of "Team:UCLA/Template/CSS"

Line 88: Line 88:
 
background-color: #transparent;  
 
background-color: #transparent;  
 
margin-top: 0px;  
 
margin-top: 0px;  
 +
}
 +
 +
#ri-image-container {
 +
  height: 120px;
 +
  position: relative;
 +
  width: 200px;
 +
}
 +
 +
#ri-image {
 +
  background-color: Gray;
 +
  height: 60px;
 +
  left: 10px;
 +
  padding: 10px;
 +
  position: absolute;
 +
  top: 10px;
 +
  width: 80px;
 +
  -moz-transform: rotate(15deg);
 +
  -webkit-transform: rotate(15deg);
 +
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand',
 +
    M11=0.9659258262, M12=-0.2588190451,
 +
    M21=0.2588190451, M22=0.9659258262);
 
}
 
}
  

Revision as of 22:12, 18 September 2015