Difference between revisions of "Template:CCU Taiwan"

Line 336: Line 336:
  
 
#partvideo {
 
#partvideo {
      min-width: 100%;  
+
    min-width: 100%;
      min-height: 100%;  
+
    min-height: 100%;
      width: auto;
+
    -webkit-transform: translate(-50%,-50%);
      height: auto;
+
    -moz-transform: translate(-50%,-50%);
      position: absolute;
+
    -ms-transform: translate(-50%,-50%);
      top: 50%;
+
    transform: translate(-50%,-50%);
      left: 50%;
+
      transform: translate(-50%,-50%);
+
 
}
 
}
 
</style>
 
</style>
 
</html>
 
</html>

Revision as of 07:32, 7 August 2018