Autres actions
Vous n’avez pas le droit de modifier cette page, pour la raison suivante :
Vous pouvez voir et copier le contenu de cette page.
/* STYLING LIBRARY CARD CONTAINER */
.library-container{
width:100%;
display:flex;
flex-flow:row wrap;
justify-content:center;
align-items:flex-start;
}
/* styling big library cards */
.library-card{
width:200px;
margin:20px 0 0 20px;
padding:0;
border:1px gray solid;
border-radius:10px 10px 4px 4px;
overflow:hidden;
z-index:10;
box-shadow: 3px 1px 8px 1px gray;
transition: box-shadow 0.4s, transform 0.4s;
000
1:0
Revenir à la page Modèle:Library homepage/style.css.