@abcd-aakarsh/bullui
Version:
A simple classless UI library
21 lines (18 loc) • 340 B
CSS
/* Default styles for card component */
div {
max-width: 300px;
padding: 20px;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
background-color: white;
text-align: center;
font-family: sans-serif;
}
h2 {
font-size: 1.5rem;
margin-bottom: 10px;
}
p {
font-size: 1rem;
color: gray;
}