Difference between revisions of "Template:CCU Taiwan"

Line 1,401: Line 1,401:
 
   height: auto;
 
   height: auto;
 
   position: absolute;
 
   position: absolute;
 +
}
 +
 +
.reveal {
 +
  opacity: 0;
 +
  transform: translate3d(0, 100px, 0);
 +
  transition: opacity 0.8s, transform 2s;
 +
 
 +
  &_visible {
 +
    opacity: 1;
 +
    transform: translate3d(0, 0, 0);
 +
  }
 +
}
 +
 +
 +
.box {
 +
  background: @green;
 +
  margin: 2%;
 +
  border-radius: 10px;
 +
  display: inline-block;
 
}
 
}
  
 
</style>
 
</style>
 
</html>
 
</html>

Revision as of 22:30, 17 October 2018