Difference between revisions of "Team:Tec-Monterrey/Team"

Line 213: Line 213:
 
   background-size: 100%;
 
   background-size: 100%;
 
}
 
}
 +
 +
/**************************************************************** TEST *********************************************/
 +
.box{
 +
  position: relative;
 +
  display: inline-block;
 +
  width: 100px;
 +
  height: 100px;
 +
  border-radius: 5px;
 +
  background-color: #fff;
 +
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
 +
  transition: all 0.3s ease-in-out;
 +
}
 +
 +
.box::after {
 +
  content: '';
 +
  position: absolute;
 +
  z-index: -1;
 +
  width: 100%;
 +
  height: 100%;
 +
  opacity: 0;
 +
  border-radius: 5px;
 +
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
 +
  transition: opacity 0.3s ease-in-out;
 +
}
 +
 +
.box:hover {
 +
  transform: scale(1.2, 1.2);
 +
}
 +
 +
.box:hover::after {
 +
  opacity: 1;
 +
}
 +
 
</style>
 
</style>
 
</head>
 
</head>
Line 328: Line 361:
 
     </div>
 
     </div>
 
   </section>
 
   </section>
 +
 +
<div class="box"></div>
  
 
   <!-- Pop Ups -->
 
   <!-- Pop Ups -->

Revision as of 17:20, 24 July 2018

Team
Learn about us
Team Members
Esteban de la Peña

Contact Us

Sponsors