mirror of
https://github.com/Starlio-app/StarlioX
synced 2024-11-22 08:46:22 +03:00
21 lines
No EOL
360 B
CSS
21 lines
No EOL
360 B
CSS
.card {
|
|
border-radius: 4%;
|
|
width: 350px;
|
|
height: 200px;
|
|
overflow: hidden;
|
|
margin: 10px;
|
|
background-color: #131313;
|
|
}
|
|
|
|
.header-row {
|
|
flex-wrap: wrap;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
}
|
|
|
|
.btn, .btn:hover {
|
|
background-color: #131313;
|
|
border: 0px #131313;
|
|
} |