Difference between revisions of "Team:Mingdao/Attributions"

Line 11: Line 11:
 
<body>
 
<body>
 
<style>
 
<style>
h5.card-title{
 
  font-size: 18px!important;
 
}
 
p.card-text {
 
  font-size: 15px!important;
 
}
 
a.nav-link {
 
  font-size: 20px!important;
 
  border-bottom: 5px transparent solid;
 
}
 
a.nav-link:hover {
 
  -webkit-animation-name: bottom-appear; /* Safari 4.0 - 8.0 */
 
  -webkit-animation-duration: 0.5s; /* Safari 4.0 - 8.0 */
 
  animation-name: bottom-appear;
 
  animation-duration: 0.5s;
 
  border-bottom: 5px green solid;
 
}
 
  
/* Safari 4.0 - 8.0 */
 
@-webkit-keyframes bottom-qppear {
 
  from {border-bottom: 5px transparent solid;}
 
  to { border-bottom: 5px green solid;}
 
}
 
 
/* Standard syntax */
 
@keyframes bottom-appear {
 
  from {border-bottom: 5px transparent solid;}
 
  to { border-bottom: 5px green solid;}
 
}
 
 
/* Makes dropdown visible when hovered */
 
.dropdown:hover>.dropdown-menu {
 
  display: block;
 
}
 
  
 
</style>
 
</style>

Revision as of 15:13, 2 October 2019

Responsive image
width: 50%; height: 50%;