Template:Library card/style.css: Difference between revisions

Template page
No edit summary
(Blanked the page)
Tag: Blanking
 
(81 intermediate revisions by 2 users not shown)
Line 1: Line 1:
.library-card{
width:300px;
margin:20px 0 0 20px;
padding:10px;
border:1px gray solid;
    border-radius:20px 20px 0px 0px;
}


.library-card-image{
height:400px;
width:100%;
border-bottom:1px solid gray;
}
img{
object-fit:cover;
transition: transform .4s;
}
img:hover{
transform:scale(1.2);
}
.library-card-content{
padding:0;
margin:0;
text-align:center;
display:inline;
}
.library-card-title{
font-size:1.2rem;
}
.library-card-works{
font-size:0.9rem;
}
pre{
display: inline;
background:transparent;
padding:0;
margin:0;
}

Latest revision as of 13:38, 19 September 2023