Skip to content
Permalink
0b139d7318
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
28 lines (23 sloc) 406 Bytes
body {
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
}
.card {
width: 400px;
max-width: 100%;
}
.card-image img {
height: 100px;
object-fit: cover;
object-position: center;
}
.card-content .row {
margin: 0;
}
.card .card-image .card-title {
font-weight: bold;
text-shadow: 2px 2px 3px black;
padding-bottom: 12px;
}