8 lines
131 B
CSS
8 lines
131 B
CSS
.border-start-5 {
|
|
border-left: 5px solid #ccc;
|
|
}
|
|
|
|
.card:hover {
|
|
transform: translateY(-2px);
|
|
transition: 0.2s ease-in-out;
|
|
}
|