Difference between revisions of "Template:NCKU Tainan/css/human practice"

(Created page with ".carousel-item { height: 100vh; min-height: 300px; background: no-repeat center center scroll; -webkit-background-size: cover; -moz-background-size: cover; -o-back...")
 
Line 7: Line 7:
 
   -o-background-size: cover;
 
   -o-background-size: cover;
 
   background-size: cover;
 
   background-size: cover;
 +
}
 +
.card.h-100 {
 +
    background-color: gray;
 
}
 
}

Revision as of 08:10, 24 July 2018

.carousel-item {

 height: 100vh;
 min-height: 300px;
 background: no-repeat center center scroll;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;

} .card.h-100 {

   background-color: gray;

}