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

Template page
No edit summary
(Blanked the page)
Tag: Blanking
 
(95 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:5px;
/* might have to move flex into a parent container, which would mean a template for the library home page which gets populated with this template */
    /*
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:flex-start;
    */
}


.library-card-image{
background-size:cover;
display:table-row;
background:none;
}
.library-card-content{
}
.library-card-title{
font-size:1.2rem;
}
.library-card-works{
font-size:0.9rem;
}
.library-card-title,
.library-card-works {
  display: table-row;
}
p{
text-align:center;
}
pre{
}

Latest revision as of 13:38, 19 September 2023