Untitled
Anonymous
plain_text
01/21/2026 12:52 AM
624 B
14
Indexable
div.card {
width: 300px;
height: 500px;
display: flex;
flex-direction: column;
align-items: center;
}
div.card img {
width: 150px;
border-radius: 50%;
}
div.card h1 {
font-size: 18px;
text-align: center;
}
div.card p {
font-size: 14px;
text-align: center;
}
.btn button {
background-color: crimson;
border: 3px solid black;
color: white;
padding: 5px;
cursor: pointer;
}Editor is loading...
Leave a Comment