Book Gallery
.container {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.book {
margin: 10px;
padding: 10px;
border: 1px solid black;
border-radius: 10px;
width: 300px;
height: 400px;
display: flex;
flex-direction: column;
align-items: center;
}
.book img {
max-width: 100%;
max-height: 70%;
object-fit: contain;
}
.book h2 {
margin: 10px;
font-size: 1.5em;
text-align: center;
}
.book p {
margin: 10px;
font-size: 1em;
text-align: justify;
overflow: auto;
}
.book button {
margin: 10px;
padding: 10px;
border: none;
border-radius: 5px;
background-color: blue;
color: white;
font-size: 1em;
cursor: pointer;
}
.book button:hover {
background-color: darkblue;
}
Follow Up Mission to Uganda on Maputo Protocol Scorecard
<div