Difference between revisions of "Template:CCU Taiwan"

Line 1,395: Line 1,395:
 
   width: 100vw;
 
   width: 100vw;
 
   height: auto;
 
   height: auto;
}
 
 
.pagecontainer {
 
  width: 100vw;
 
  height: auto;
 
  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:31, 17 October 2018