Difference between revisions of "Team:Hong Kong-CUHK"

Line 135: Line 135:
 
}
 
}
  
.demo a {
 
text-align: center;
 
  position: absolute;
 
  bottom: 20px;
 
  left: 50%;
 
  z-index: 2;
 
  display: inline-block;
 
  -webkit-transform: translate(0, -50%);
 
  transform: translate(0, -50%);
 
  color: #fff;
 
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
 
  letter-spacing: .1em;
 
  text-decoration: none;
 
  transition: opacity .3s;
 
}
 
.demo a:hover {
 
  opacity: .5;
 
}
 
  
  
Line 162: Line 144:
 
background-color:#fff;
 
background-color:#fff;
 
}
 
}
 
 
#section02 a {
 
  padding-top: 60px;
 
text-align: center;
 
}
 
 
#section02 a span {
 
text-align: center;
 
  position: absolute;
 
  top: 0;
 
  left: 50%;
 
  width: 46px;
 
  height: 46px;
 
  margin-left: -23px;
 
  border: 1px solid #fff;
 
  border-radius: 100%;
 
  box-sizing: border-box;
 
}
 
 
  
  

Revision as of 11:11, 20 August 2017