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

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 {

Revision as of 19:33, 27 October 2020