Difference between revisions of "Template:NYMU-Taipei/home css"

 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<html>
 
<html>
 
<style>
 
<style>
 
 
 
 
/* NAVBAR */
 
.fixed-top {
 
    top: 16px;
 
}
 
  
  
Line 103: Line 95:
 
     height: 500px;
 
     height: 500px;
 
     box-shadow: 0 0 11px rgba(129, 129, 129, 0.25);
 
     box-shadow: 0 0 11px rgba(129, 129, 129, 0.25);
 
+
    transition: box-shadow .2s;
 
}
 
}
  
 +
.box:hover {
 +
    text-decoration: none;
 +
    color: inherit;
 +
    box-shadow: 0 0 11px rgba(10, 10, 10, 0.542);
 +
}
  
 
.upper-box {
 
.upper-box {
Line 184: Line 181:
 
     .box {
 
     .box {
 
         height: 400px;
 
         height: 400px;
 
 
     }
 
     }
 
}
 
}
  
 
+
video{
 +
    max-width: 100%;
 +
    height: auto;
 +
}
  
  
 
</style>
 
</style>
 
</html>
 
</html>

Latest revision as of 05:51, 13 December 2020